Fix embarrassing bug: I was passing an incorrect third parameter to
authorTor Lillqvist <tml@novell.com>
Tue, 23 Sep 2008 15:35:12 +0000 (15:35 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 23 Sep 2008 15:35:12 +0000 (15:35 +0000)
commitf911ead38229a065ba89bdf896fcfc7a53f74896
tree579903da52b6aafd2dc75bfb3f62d3a944b34590
parenta1450c73e7fc9ecda1b054f047c224e0537a846e
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
ChangeLog
glib/gmain.c