1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/bibcard/files/patch-03
David E. O'Brien a55aa0ba39 BiBCard is provides Xview/X11 interface for entring bibilographies in
a natural format, while outputing BibTeX formatted files.
1997-04-11 10:02:52 +00:00

21 lines
446 B
Plaintext

--- bt_my_stubs.c.orig Thu May 14 09:10:09 1992
+++ bt_my_stubs.c Tue Apr 8 15:27:47 1997
@@ -62,7 +62,7 @@
update_item();
if(confirm_overwrite() == 0){
if (xv_destroy_safe(bt_window1->window1) == XV_OK)
- exit();
+ exit(0);
}
else
@@ -459,7 +459,7 @@
case MENU_NOTIFY:
if(confirm_overwrite() == 0){
if (xv_destroy_safe(bt_window1->window1) == XV_OK)
- exit();
+ exit(0);
}
break;