mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Forgot the return value.
This commit is contained in:
parent
98a810c9d8
commit
0459c43769
@ -822,6 +822,7 @@ int InsetInclude::plaintext(odocstream & os, OutputParams const & op) const
|
||||
return str.size();
|
||||
}
|
||||
writePlaintextFile(*ibuf, os, op);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user