X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=miscutil.c;h=78132a6d12fb3f60b17225be1ad7ff9f62844bbc;hp=ac363f4f108c65388e774a409eeb1fc85d5761a8;hb=a50deb2b0141bc830f07c572aab6415be9c5b2b4;hpb=b28e9205bb0d4ac98d591c6e506219438799d56c diff --git a/miscutil.c b/miscutil.c index ac363f4f..78132a6d 100644 --- a/miscutil.c +++ b/miscutil.c @@ -1,5 +1,4 @@ -/* vim:ts=3: */ -const char miscutil_rcs[] = "$Id: miscutil.c,v 1.13 2001/06/29 13:32:14 oes Exp $"; +const char miscutil_rcs[] = "$Id: miscutil.c,v 1.15 2001/07/13 14:02:24 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.c,v $ @@ -37,6 +36,12 @@ const char miscutil_rcs[] = "$Id: miscutil.c,v 1.13 2001/06/29 13:32:14 oes Exp * * Revisions : * $Log: miscutil.c,v $ + * Revision 1.15 2001/07/13 14:02:24 oes + * Removed vim-settings + * + * Revision 1.14 2001/06/29 21:45:41 oes + * Indentation, CRLF->LF, Tab-> Space + * * Revision 1.13 2001/06/29 13:32:14 oes * Removed logentry from cancelled commit * @@ -449,7 +454,7 @@ char *strsav(char *old, const char *text_to_append) *********************************************************************/ int simplematch(char *pattern, char *text) { - char *fallback; + char *fallback = pattern; char *pat = pattern; char *txt = text; int wildcard = 0;