]> 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:54:50 +0000 (21:54 +0200)
commit5a84da0d4e1f0ca6dabf3f943d6a705912f8914b
tree81612ae457ec6ac2be40286e48eb37ab8b9c8815
parenta32366b124ae6148c253c34641316b77309884d1
Fix strtoul 'endptr' return value: It should point to the first invalid character,
not to the last valid character.
libsrc/common/strtoul.c