mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Fix return value. Committed wrong version.
This commit is contained in:
parent
88e739b44b
commit
16e7e93d54
@ -1371,7 +1371,7 @@ int parse_geometry(string const & arg1, string const &, string &)
|
||||
return -1;
|
||||
#else
|
||||
// but that is only done if QPA_XCB is not defined.
|
||||
return 0;
|
||||
return 1;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user