systemd: Also force base-10 for the strtol() call
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 13 Jul 2016 02:03:01 +0000 (19:03 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 13 Jul 2016 02:03:01 +0000 (19:03 -0700)
commita8d987d93c9250601901aa2dd713b51447db8aa8
tree2e77e1051f5413505202b756f83a9b81c944ab10
parent375759e63602a4fd580bb7c9dcfe2770c3c25971
systemd: Also force base-10 for the strtol() call

This call is used to parse a time value expressed in usec's, which is
always decimal.

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
compositor/systemd-notify.c