ssequal() does not check for a substring, but for a prefix, so added a
authorJoel Reicher <jjr@panacea.null.org>
Mon, 24 Apr 2006 07:10:03 +0000 (07:10 +0000)
committerJoel Reicher <jjr@panacea.null.org>
Mon, 24 Apr 2006 07:10:03 +0000 (07:10 +0000)
commitb577e47e7c6c40e0968af4472ed9dc52e9b64f58
tree092123d89c05bfb4c432108c826fb218937cfd6d
parent43d85eaa38c25385082958d831fc926c5e619eac
ssequal() does not check for a substring, but for a prefix, so added a
comment to this effect. If this is sufficient, the function body should
remain unchanged but the name and comments should be modified. If not,
then the function needs to be corrected.
sbr/ssequal.c