You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ji...@apache.org on 2020/12/03 13:45:08 UTC

[openoffice] branch AOO42X updated: Don't force core... leftover nit from debugging

This is an automated email from the ASF dual-hosted git repository.

jim pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 0d22dc0  Don't force core... leftover nit from debugging
0d22dc0 is described below

commit 0d22dc069fdf03d0a02973b8a5759dfc2d7aa28f
Author: Jim Jagielski <ji...@gmail.com>
AuthorDate: Thu Dec 3 08:43:44 2020 -0500

    Don't force core... leftover nit from debugging
    
    (cherry picked from commit b159c1ed05c00f3fcdcd399b9581a4d9ed168fb0)
---
 main/soltools/mkdepend/main.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main/soltools/mkdepend/main.c b/main/soltools/mkdepend/main.c
index fc9aecc..49c794e 100644
--- a/main/soltools/mkdepend/main.c
+++ b/main/soltools/mkdepend/main.c
@@ -140,7 +140,6 @@ catch (sig)
     int sig;
 {
 	fflush (stdout);
-	abort();
 	fatalerr ("got signal %d\n", sig);
 }