]> git.ipfire.org Git - thirdparty/systemd.git/commit
gudev: Use g_ascii_strtoull() instead of strtoul()
authorDavid Zeuthen <davidz@redhat.com>
Mon, 31 Oct 2011 20:38:14 +0000 (16:38 -0400)
committerKay Sievers <kay.sievers@vrfy.org>
Mon, 31 Oct 2011 21:20:34 +0000 (22:20 +0100)
commit45197c02a5274f291b79346a7bb294096e6ee512
treef277663dc3e5b2e66f23e78b10626f7a7d592db2
parent39649a8b3a1e7121a622dd3d01c0beb6b3da9b0b
gudev: Use g_ascii_strtoull() instead of strtoul()

This ensures that we get the same behavior on both 32- and
64-bit. Pointed out on the mailing list:

 http://permalink.gmane.org/gmane.linux.hotplug.devel/17145

Signed-off-by: David Zeuthen <davidz@redhat.com>
extras/gudev/gudevdevice.c