]> git.sur5r.net Git - cc65/commit
Fix strtoul 'endptr' return value: It should point to the first invalid character,
authorChristian Groessler <chris@groessler.org>
Wed, 11 Sep 2013 19:53:13 +0000 (21:53 +0200)
committerChristian Groessler <chris@groessler.org>
Wed, 11 Sep 2013 19:53:13 +0000 (21:53 +0200)
commitebfb4a0b528288e15ba4bedaead53d10cf75e8e5
treeb3a40cff66716c37e4431cbd9725de57d271ddba
parentac9f0d6a05738d1dde8dc2c2225b8881553eeb37
Fix strtoul 'endptr' return value: It should point to the first invalid character,
not to the last valid character.
libsrc/common/strtoul.c