mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Fix embarrassing bug: I was passing an incorrect third parameter to
2008-09-23 Tor Lillqvist <tml@novell.com> * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was passing an incorrect third parameter to memmove(), had forgotten to multiply by the size of the table entry. Just use a for loop instead, clearer. Odd I didn't notice when testing this code. svn path=/trunk/; revision=7533
This commit is contained in:
committed by
Tor Lillqvist
parent
a1450c73e7
commit
f911ead382
@@ -1,3 +1,10 @@
|
||||
2008-09-23 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was
|
||||
passing an incorrect third parameter to memmove(), had forgotten
|
||||
to multiply by the size of the table entry. Just use a for loop
|
||||
instead, clearer. Odd I didn't notice when testing this code.
|
||||
|
||||
2008-09-22 Nelson Benítez León <nbenitez@svn.gnome.org>
|
||||
|
||||
* gio/gioenums.h: Add new GFileCopyFlag, to leave target file with
|
||||
|
Reference in New Issue
Block a user