vcs-svn: use strstr instead of memmem
commit53153e8382966e35362d072ba17ba5887e3c0851
authorDavid Barr <davidbarr@google.com>
Thu, 31 May 2012 14:41:28 +0000 (1 00:41 +1000)
committerJonathan Nieder <jrnieder@gmail.com>
Fri, 6 Jul 2012 04:26:52 +0000 (5 23:26 -0500)
tree254c434968a55265d12512b52a258b6d90b8046d
parentd8d8708bd6a56818ee3a85007e36a8ff201f9512
vcs-svn: use strstr instead of memmem

memmem is a GNU extension.

Avoiding it makes the code clearer and makes it easier for projects
that don't share git's compat/ code, such as the standalone
svn-dump-fast-export project, to reuse the vcs-svn/ library.

Signed-off-by: David Barr <davidbarr@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/fast_export.c