[Getdata-commits] SF.net SVN: getdata:[926] trunk/defile/bin/net.c
Scientific Database Format
Brought to you by:
ketiltrout
|
From: <ket...@us...> - 2014-10-01 00:19:20
|
Revision: 926
http://sourceforge.net/p/getdata/code/926
Author: ketiltrout
Date: 2014-10-01 00:19:16 +0000 (Wed, 01 Oct 2014)
Log Message:
-----------
Ditto.
Modified Paths:
--------------
trunk/defile/bin/net.c
Modified: trunk/defile/bin/net.c
===================================================================
--- trunk/defile/bin/net.c 2014-10-01 00:09:08 UTC (rev 925)
+++ trunk/defile/bin/net.c 2014-10-01 00:19:16 UTC (rev 926)
@@ -792,7 +792,7 @@
}
framepos = 0;
case 6:
- DF_GET_DATA(1, p_uint16[1], p_uint32[1]);
+ DF_GET_DATA(2, p_uint16[1], p_uint32[1]);
case 7:
df_dprintf(DF_PRN_DEBUG_I, "RPC: df_add_lut(\"%s\", %u, 0x%X, "
"<xdata>, 0x%X, <ydata>)\n", string[0], p_uint32[0], p_uint16[0],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|