X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=miscutil.c;h=9604c90ede8165b69b90a72786342ad84e078892;hb=ceeef52dd6e4de3003660dc2dbca17ff496816af;hp=53958a2574647c391746016f27c7ffa85cb2dcbb;hpb=730da5d840d9572b9c0a5b8d90a2e1beebaa0adc;p=privoxy.git diff --git a/miscutil.c b/miscutil.c index 53958a25..9604c90e 100644 --- a/miscutil.c +++ b/miscutil.c @@ -1,4 +1,4 @@ -const char miscutil_rcs[] = "$Id: miscutil.c,v 1.41 2006/08/18 16:03:17 david__schmidt Exp $"; +const char miscutil_rcs[] = "$Id: miscutil.c,v 1.42 2006/09/09 14:01:45 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/miscutil.c,v $ @@ -36,6 +36,11 @@ const char miscutil_rcs[] = "$Id: miscutil.c,v 1.41 2006/08/18 16:03:17 david__s * * Revisions : * $Log: miscutil.c,v $ + * Revision 1.42 2006/09/09 14:01:45 fabiankeil + * Integrated Oliver Yeoh's domain pattern fix + * to make sure *x matches xx. Closes Patch 1217393 + * and Bug 1170767. + * * Revision 1.41 2006/08/18 16:03:17 david__schmidt * Tweak for OS/2 build happiness. * @@ -1130,7 +1135,7 @@ time_t timegm(struct tm *tm) { strcpy(old_zone,"TZ="); strcat(old_zone,zone); - putenv(old_zone); + putenv(old_zone); } } else