commit | 9c09fe70c75e1dc5807f24d3561f7a1906fa6aa8 | [log] [tgz] |
---|---|---|
author | Bryce Harrington <bryce@osg.samsung.com> | Fri Jul 08 18:05:56 2016 -0700 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Fri Jul 08 18:05:56 2016 -0700 |
tree | 62a1ae9fde0f19719823e7a039371b4a5fb92f70 | |
parent | f6051cbab84c0e577473b67f0585c0f329eb80fe [diff] |
multi-resource: Check for no digits in time description strtoul(nptr, endptr, ...) will set *endptr to nptr in the case of where no digits were read from the string. E.g. "foo:bar" should trigger an error, instead of being read as "0:0" and allowed through. Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>