X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=c367919f4cee9ef500863ca618259b3ec4161581;hp=7e6f93fa7bf2bd25ce853c0eb378d7d1c8861dba;hb=e37a59aca86ce1f33b5979f7456084b11919b3b7;hpb=1f891156892a4a9f16b13c62baa9471e11994fcd diff --git a/jcc.c b/jcc.c index 7e6f93fa..c367919f 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.74 2002/03/06 00:49:31 jongfoster Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.75 2002/03/06 10:02:19 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.74 2002/03/06 00:49:31 jongfoster Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.75 2002/03/06 10:02:19 oes + * Fixed stupid bug when --user was not given + * * Revision 1.74 2002/03/06 00:49:31 jongfoster * Fixing warning on Windows * Making #ifdefs that refer to the same variable consistently @@ -585,7 +588,7 @@ static const char VANILLA_WAFER[] = * to be reopened by the main thread on HUP. * * Parameters : - * 1 : the_signal - the signal cause this function to call + * 1 : the_signal = the signal cause this function to call * * Returns : - *