mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24915 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
574c3ea073
commit
935b568c5c
@ -572,7 +572,7 @@ int main(int argc, char * argv[])
|
||||
<< endl;
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
cerr << "lyxclient: " << "Connected to " << addr->string() << endl;
|
||||
cerr << "lyxclient: " << "Connected to " << addr->absFilename() << endl;
|
||||
}
|
||||
|
||||
int const serverfd = server->fd();
|
||||
|
Loading…
Reference in New Issue
Block a user