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)
commitb0b1dd37ff515578cf7cba51625189eb34a196cb
treea939ac3e4176a43396c5dcc2a8e22590f8eb67ae
parent1f958f791cd9ee06e1de07c348555c920772af67
Removed isprefix() and replaced it with strncmp().
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.
h/prototypes.h
sbr/Makefile.in
sbr/isprefix.c [deleted file]
sbr/m_convert.c
sbr/print_sw.c
sbr/seq_read.c
uip/flist.c
uip/folder.c
uip/rmf.c
uip/show.c