]> git.lyx.org Git - features.git/commitdiff
Fix return value. Committed wrong version.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 10 Feb 2024 01:40:56 +0000 (20:40 -0500)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sat, 10 Feb 2024 01:40:56 +0000 (20:40 -0500)
src/LyX.cpp

index 20201f41d78883161c68b98e440a11f9469bea78..21a84e249ebc61b60f6432d4073d6e88550064a4 100644 (file)
@@ -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
 }