From: oes Date: Thu, 8 May 2003 15:11:31 +0000 (+0000) Subject: Nit X-Git-Tag: v_3_0_3~107 X-Git-Url: http://www.privoxy.org/gitweb/@user-manual@@actions-help-prefix@BLOCK?a=commitdiff_plain;h=a178bc63f66c79bd033f88930f1fd71b9cf51864;p=privoxy.git Nit --- diff --git a/cgi.c b/cgi.c index 61f90cc3..41e01f58 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.70.2.7 2003/04/03 13:50:58 oes Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.70.2.8 2003/04/29 13:33:51 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/Attic/cgi.c,v $ @@ -38,6 +38,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.70.2.7 2003/04/03 13:50:58 oes Exp $"; * * Revisions : * $Log: cgi.c,v $ + * Revision 1.70.2.8 2003/04/29 13:33:51 oes + * Killed a compiler warning on OSX + * * Revision 1.70.2.7 2003/04/03 13:50:58 oes * - Don't call cgi_error_disabled ifndef FEATURE_CGI_EDIT_ACTIONS * (fixes bug #710056) @@ -582,7 +585,7 @@ static const struct cgi_dispatcher cgi_dispatchers[] = { /* - * Bulit-in images for ad replacement + * Built-in images for ad replacement * * Hint: You can encode your own images like this: * cat your-image | perl -e 'while (read STDIN, $c, 1) { printf("\\%.3o", unpack("C", $c)); }'