bagder: curl-www/auto summarize.pl,1.52,1.53
[email protected] Wed, 10 Jun 2009 21:53:29 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv13110
Modified Files:
summarize.pl
Log Message:
D and M should be indepdent!
Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- summarize.pl 10 Jun 2009 18:53:14 -0000 1.52
+++ summarize.pl 10 Jun 2009 21:53:27 -0000 1.53
@@ -314,7 +314,7 @@
}
undef %serverfail;
- $showdebug=($debug)?"D":"-".($trackmem)?"M":"-";
+ $showdebug=($debug?"D":"-").($trackmem?"M":"-");
$https=($openssl)?"S":($gnutls?"T":($nss?"N":($ssl?"?":"-")));
$asynch=$ares?"A":"-";
$sspi=$sspi?"P":"-";