Enlightenment CVS committal
Author : pfritz
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/lib
Modified Files:
ewl_misc.c
Log Message:
move the right size, thanks to Sachiel
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -3 -r1.110 -r1.111
--- ewl_misc.c 7 May 2008 13:38:25 -0000 1.110
+++ ewl_misc.c 29 May 2008 13:38:11 -0000 1.111
@@ -932,7 +932,9 @@
if (i < queue_buffer->end - 1)
memmove(queue_buffer->buffer + i,
queue_buffer->buffer + i + 1,
- queue_buffer->end - i - 1);
+ (queue_buffer->end - i - 1)
+ * sizeof(void *));
+
queue_buffer->end--;
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs