serious typo in dcf.c
authoretisserant
Thu, 05 Jun 2008 08:04:30 +0200
changeset 476 08cdcb021beb
parent 475 4b63ea646964
child 477 ec7654f71964
serious typo in dcf.c
src/dcf.c
--- a/src/dcf.c	Wed Jun 04 11:23:49 2008 +0200
+++ b/src/dcf.c	Thu Jun 05 08:04:30 2008 +0200
@@ -138,7 +138,7 @@
         	target_Index = *(d->dcf_cursor++) << 8 | 
         	               *(d->dcf_cursor++);
 #else
-        	memcpy(&target_Index, d->dcf_cursor,4);
+        	memcpy(&target_Index, d->dcf_cursor,2);
         	d->dcf_cursor+=2;
 #endif