mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a55aa0ba39
a natural format, while outputing BibTeX formatted files.
21 lines
446 B
Plaintext
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;
|
|
|