comment change

This commit is contained in:
mes5k 2005-01-07 03:05:24 +00:00
parent efdd70ec6f
commit 7aedc28856

View File

@ -242,7 +242,7 @@ inline void StdOutput::spacePrint( std::ostream& os,
stringLen >= 0 ) stringLen >= 0 )
stringLen--; stringLen--;
// ok, the word is longer than the line, so just split in the // ok, the word is longer than the line, so just split
// wherever the line ends // wherever the line ends
if ( stringLen <= 0 ) if ( stringLen <= 0 )
stringLen = allowedLen; stringLen = allowedLen;