Fix off-by-1000 for GTimer
authorOwen W. Taylor <otaylor@fishsoup.net>
Mon, 22 Nov 2010 02:59:57 +0000 (21:59 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Mon, 22 Nov 2010 03:01:52 +0000 (22:01 -0500)
commita70ba9c8b15451a8722aebfb64232bd18abf0a79
treecbed34f747322c1727993725e4b27c20b46eba02
parentab3a79e2c9be13aea5b2ce0980f3a641c5ed081d
Fix off-by-1000 for GTimer

Divide monotonic time by 1e6 not 1e9 to get seconds.
glib/gtimer.c