Copy and paste mistake in last commit

This commit is contained in:
Christoph Hertzberg 2013-10-17 14:02:00 +02:00
parent 4d7dfafbe7
commit ff075def5c

View File

@ -59,7 +59,7 @@ struct IOFormat
{
// TODO check if rowPrefix, rowSuffix or rowSeparator contains a newline
// don't add rowSpacer if columns are not to be aligned
if((fmt.flags & DontAlignCols))
if((flags & DontAlignCols))
return;
int i = int(matSuffix.length())-1;
while (i>=0 && matSuffix[i]!='\n')