The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 16e7e93d54099729467ed0e39081c5394e660717 Author: Richard Kimberly Heck <rikih...@lyx.org> Date: Fri Feb 9 20:40:56 2024 -0500 Fix return value. Committed wrong version. diff --git a/src/LyX.cpp b/src/LyX.cpp index 20201f41d7..21a84e249e 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -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 } ----------------------------------------------------------------------- Summary of changes: src/LyX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- The LyX Source Repository -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs