mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
add some debug msg
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7bddad38fd
commit
ac6f91abb7
@ -179,6 +179,7 @@ bool math_font_available(string & name)
|
||||
|
||||
void readSymbols(string const & filename)
|
||||
{
|
||||
lyxerr[Debug::MATHED] << "read symbols from " << filename << "\n";
|
||||
std::ifstream fs(filename.c_str());
|
||||
while (fs) {
|
||||
int charid = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user