hopefully the last bleeding test

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7151 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-06-11 15:45:55 +00:00
parent 8e03b60e91
commit 4dede9fd03

View File

@ -2371,9 +2371,8 @@ int LyXTabular::asciiPrintCell(Buffer const * buf, ostream & os,
break;
}
os << string(len1, ' ')
<< sstr.str()
<< string(len2, ' ');
os << string(len1, ' ') << sstr.str() << string(len2, ' ');
if (RightLine(cell))
os << " |";
else