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

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


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

commit b159c1ed05c00f3fcdcd399b9581a4d9ed168fb0
Author: Jim Jagielski <[email protected]>
AuthorDate: Thu Dec 3 08:43:44 2020 -0500

    Don't force core... leftover nit from debugging
---
 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);
 }
 

Reply via email to