X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cgi.c;h=c8b6b0029dbbcd95e509e939f8fc974630d49bc7;hb=bbc8d6cd5ed5cd634c310e1d2053c6cb609d0124;hp=fac49bda9d904a5dccbdc5cde5c55e465b18789b;hpb=7d43a6188e57b490a0b17b8ca916ada9f1d1ceb4;p=privoxy.git diff --git a/cgi.c b/cgi.c index fac49bda..c8b6b002 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.95 2007/02/10 17:01:37 fabiankeil Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.96 2007/03/08 17:41:05 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -38,6 +38,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.95 2007/02/10 17:01:37 fabiankeil Exp $"; * * Revisions : * $Log: cgi.c,v $ + * Revision 1.96 2007/03/08 17:41:05 fabiankeil + * Use sizeof() more often. + * * Revision 1.95 2007/02/10 17:01:37 fabiankeil * Don't overlook map result for the forwarding-type. * @@ -580,10 +583,6 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.95 2007/02/10 17:01:37 fabiankeil Exp $"; #include #include -#ifdef _WIN32 -#define snprintf _snprintf -#endif /* def _WIN32 */ - #include "project.h" #include "cgi.h" #include "list.h"