summaryrefslogtreecommitdiff
path: root/palm/jpilot
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2000-06-07 13:11:16 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2000-06-07 13:11:16 +0000
commitfca76bdb9340ce0d67fa02a60f282be977ba0087 (patch)
treefef5463a6b382c5cf57297a9ff29a9859798ce5f /palm/jpilot
parentUpdate to 0.9. (diff)
Fix for hang-up after synchronization.
Submitted by: Thomas Runge <runge@rostock.zgdv.de> via maintainer PR: ports/18971
Notes
Notes: svn path=/head/; revision=29309
Diffstat (limited to 'palm/jpilot')
-rw-r--r--palm/jpilot/files/patch-bd25
1 files changed, 25 insertions, 0 deletions
diff --git a/palm/jpilot/files/patch-bd b/palm/jpilot/files/patch-bd
new file mode 100644
index 000000000000..87f83ea0e889
--- /dev/null
+++ b/palm/jpilot/files/patch-bd
@@ -0,0 +1,25 @@
+--- jpilot.c Sat Feb 12 21:33:21 2000
++++ jpilot.c.orig Fri May 19 19:49:10 2000
+@@ -609,6 +609,11 @@
+ bad_sync_exit_status(exit_status);
+ }
+ }
++ /*Look for finish message */
++ Pstr1 = strstr(buf, "Finished");
++ if (Pstr1) {
++ cb_app_button(NULL, GINT_TO_POINTER(REDRAW));
++ }
+ }
+ }
+
+--- sync.c Thu Feb 24 03:20:33 2000
++++ sync.c.orig Fri May 19 19:48:43 2000
+@@ -107,7 +107,7 @@
+ waitpid(-1, NULL, WNOHANG);
+
+ /*refresh the screen after a sync */
+- cb_app_button(NULL, GINT_TO_POINTER(REDRAW));
++ /*cb_app_button(NULL, GINT_TO_POINTER(REDRAW));*/
+
+ return;
+ }