summaryrefslogtreecommitdiff
path: root/comms/efax-gtk/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/efax-gtk/patches/patch-ac')
-rw-r--r--comms/efax-gtk/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/efax-gtk/patches/patch-ac b/comms/efax-gtk/patches/patch-ac
index 5213fd7a53f..54cba830be4 100644
--- a/comms/efax-gtk/patches/patch-ac
+++ b/comms/efax-gtk/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.4 2005/07/22 21:35:27 adam Exp $
+$NetBSD: patch-ac,v 1.5 2005/08/16 12:56:57 adam Exp $
---- src/fax_list.cpp.orig 2005-06-03 19:07:41.000000000 +0000
+--- src/fax_list.cpp.orig 2005-08-10 22:16:28.000000000 +0000
+++ src/fax_list.cpp
@@ -571,7 +571,7 @@ std::pair<const char*, char* const*> Fax
std::vector<std::string> efix_parms;
@@ -22,7 +22,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/22 21:35:27 adam Exp $
return std::pair<const char*, char* const*>(prog_name, exec_parms);
}
-@@ -917,7 +917,7 @@ void FaxListDialog::print_fax_thread(voi
+@@ -924,7 +924,7 @@ void FaxListDialog::print_fax_thread(voi
// if we reached this point, then the execvp() call must have failed
// report error and then end process - use _exit(), not exit()
@@ -31,7 +31,7 @@ $NetBSD: patch-ac,v 1.4 2005/07/22 21:35:27 adam Exp $
"and the PATH environmental variable\n");
_exit(0);
}
-@@ -1028,7 +1028,7 @@ void FaxListDialog::view_fax_thread(void
+@@ -1035,7 +1035,7 @@ void FaxListDialog::view_fax_thread(void
// if we reached this point, then the execvp() call must have failed
// report error and then end process - use _exit(), not exit()