]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 14 Oct 2011 01:49:17 +0000 (19:49 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 14 Oct 2011 01:49:17 +0000 (19:49 -0600)
src/format/Format.cc

index 62063bb9bfea927277638f20446802fe2bf48f4c..6fb53f6463f0e24e01b24a024d8bb8a4a7bbda6c 100644 (file)
@@ -1056,7 +1056,7 @@ Format::Format::assemble(MemBuf &mb, AccessLogEntry *al, int logSequenceNumber)
             const bool haveMaxWidth = fmt->widthMax >=0 && !doint && !dooff;
             if (haveMaxWidth || fmt->widthMin) {
                 const int minWidth = fmt->widthMin >= 0 ?
-                                     fmt->widthMin : 0;
+                                     fmt->widthMin :0;
                 const int maxWidth = haveMaxWidth ?
                                      fmt->widthMax : strlen(out);