yangtse: curl-www/auto log.cgi,1.22,1.23
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv31346/auto
Modified Files:
log.cgi
Log Message:
build log file variable in log.cgi is '$build' not '$file'
Index: log.cgi
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/log.cgi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- log.cgi 24 Feb 2007 13:47:13 -0000 1.22
+++ log.cgi 24 Feb 2007 19:19:46 -0000 1.23
@@ -48,7 +48,7 @@
# find out if log file is quoted-printable encoded
my $qpencoded = 0;
-if(open(SCAN, "<$file")) {
+if(open(SCAN, "<$build")) {
my $linecount;
my $mimecount;
while(<SCAN>) {