diff options
Diffstat (limited to 'lang/lafontaine/files/patch-src_proc.c')
-rw-r--r-- | lang/lafontaine/files/patch-src_proc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/lafontaine/files/patch-src_proc.c b/lang/lafontaine/files/patch-src_proc.c new file mode 100644 index 000000000000..d64d759c7678 --- /dev/null +++ b/lang/lafontaine/files/patch-src_proc.c @@ -0,0 +1,11 @@ +--- src/proc.c.bak Sun May 19 02:11:05 2002 ++++ src/proc.c Thu Jul 27 22:45:32 2006 +@@ -92,7 +92,7 @@ + /*g_critical*/ + printf("procedure \"%s\" contexts list not empty !\n", + PROC(myproc)->name); +- exit(); ++ exit(0); + //g_slist_foreach(PROC(myproc)->contexts, context_free_from_list, NULL); + //g_slist_free(PROC(myproc)->contexts); + } |