Fixed bug in brkstring(), newly introduced by the switch to strchr().
authormarkus schnalke <meillo@marmaro.de>
Wed, 4 Jan 2012 10:16:12 +0000 (11:16 +0100)
committermarkus schnalke <meillo@marmaro.de>
Wed, 4 Jan 2012 10:16:12 +0000 (11:16 +0100)
commit909cdf33782fb9803b8e18f7f378bfcec21e4b15
treeace95985416d2bed062af830e454b919196354f1
parent83bc095e820728da7dfe22d2f95962660c79de03
Fixed bug in brkstring(), newly introduced by the switch to strchr().
strchr() treats the trailing null byte surprisingly:
``The terminating null byte is considered to be part of the string.''
sbr/brkstring.c