]> git.tuebingen.mpg.de Git - paraslash.git/commit
string: Simplify return value of for_each_line().
authorAndre Noll <maan@systemlinux.org>
Mon, 25 Mar 2013 17:30:56 +0000 (17:30 +0000)
committerAndre Noll <maan@systemlinux.org>
Thu, 2 May 2013 17:56:09 +0000 (19:56 +0200)
commite3868dab3db27242f066bf52d95d0b3f2c0df7e3
treee016dc2a433136e32b2febe553b2799d083d6105
parentd1f0f00fdedf1254b7e4119d8148a0da37b12a23
string: Simplify return value of for_each_line().

No caller used this function for counting lines, so simplify it by always
returning the number of bytes not processed.
string.c