]> git.ipfire.org Git - thirdparty/squid.git/commit
Made stream outputting more consistent in Mem::PoolReport. Use a
authorwessels <>
Sat, 20 May 2006 06:11:59 +0000 (06:11 +0000)
committerwessels <>
Sat, 20 May 2006 06:11:59 +0000 (06:11 +0000)
commiteecdacf625e83c2bfe5ad419bc1cc4b54afb023f
treef908a6e8ed7ac260bc039ee24c8c6ce12e879436
parent35268c70ffc45ad1fb874fe2666633dedc3335ef
Made stream outputting more consistent in Mem::PoolReport.  Use a
const char * for the column delimiter instead of repeating "\t "
on each line.  Always put the delimiter at the end of the (source code) line.
src/mem.cc