mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
e68789e372
commit
69500a4eb3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user