mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
compile fix. Should have waited for the compile to finish before committing ;-)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13872 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7cf67738d7
commit
e925d545e4
@ -308,7 +308,7 @@ Buffer * getChildBuffer(Buffer const & buffer, InsetCommandParams const & params
|
||||
return 0;
|
||||
|
||||
string const included_file = includedFilename(buffer, params);
|
||||
if (!isLyXFilename(included_file))
|
||||
if (!IsLyXFilename(included_file))
|
||||
return 0;
|
||||
|
||||
return bufferlist.getBuffer(included_file);
|
||||
|
Loading…
Reference in New Issue
Block a user