Removed isprefix() and replaced it with strncmp().
authormarkus schnalke <meillo@marmaro.de>
Thu, 5 Jan 2012 11:26:09 +0000 (12:26 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 5 Jan 2012 11:26:09 +0000 (12:26 +0100)
isprefix() had been ssequal(), which had not been what it advertised to be.
Now, all this is gone.
We could get problems if one of the arguments is NULL, as isprefix()
handled this situation, but strncmp() does not. It appears as if this case
does not show up in the code.


No differences found