[Libreoffice-commits] core.git: desktop/source
Stephan Bergmann
sbergman at redhat.com
Thu Apr 14 09:18:30 UTC 2016
desktop/source/inc/exithelper.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dd1509b1f35b69d4c7707f7e4b05f86734c775af
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Apr 14 11:18:00 2016 +0200
Use the true exit code 77 here
Change-Id: Ice61e770dd3cc9ac3beb7646a6fb298c1a4e46d9
diff --git a/desktop/source/inc/exithelper.h b/desktop/source/inc/exithelper.h
index f92f1a8..b29af5b 100644
--- a/desktop/source/inc/exithelper.h
+++ b/desktop/source/inc/exithelper.h
@@ -26,7 +26,7 @@ enum EExitCodes {
/* pipe was detected - second office must terminate itself */
EXITHELPER_SECOND_OFFICE = 1,
/* an uno exception was catched during startup */
- EXITHELPER_FATAL_ERROR = 333, /* Only the low 8 bits are significant 333 % 256 = 77 */
+ EXITHELPER_FATAL_ERROR = 77,
/* user force automatic restart after crash */
EXITHELPER_CRASH_WITH_RESTART = 79,
/* the office restarts itself */
More information about the Libreoffice-commits
mailing list