This commit is contained in:
Georg Baum 2014-11-16 12:40:23 +01:00
parent 5934827382
commit e7a8f63e1b

View File

@ -381,7 +381,7 @@ int ForkedCall::generateChild()
vector<char *>::iterator ait = argv.begin();
vector<char *>::iterator const aend = argv.end();
lyxerr << "<command>\n\t" << line
<< "\n\tInterpretted as:\n\n";
<< "\n\tInterpreted as:\n\n";
for (; ait != aend; ++ait)
if (*ait)
lyxerr << '\t'<< *ait << '\n';