Fix bug 4779 (printing not possible)

http://bugzilla.lyx.org/show_bug.cgi?id=4779

This was a collateral damage of the 'lyxlex simplification'.`


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24474 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-04-23 10:25:34 +00:00
parent e68789e372
commit 69500a4eb3

View File

@ -512,7 +512,9 @@ int LyXRC::read(Lexer & lexrc)
break;
case RC_PRINTTOFILE:
print_to_file = os::internal_path(lexrc.getString());
if (lexrc.next()) {
print_to_file = os::internal_path(lexrc.getString());
}
break;
case RC_PRINTFILEEXTENSION: