[feedgnuplot] 06/11: the sleep-forever delay at end is now > 1000 days

Dima Kogan dima at secretsauce.net
Fri Nov 25 22:53:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.

commit 89a185f8a6abe327da16bcbf71a57fe5c3d91c5d
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Nov 25 14:42:49 2016 -0800

    the sleep-forever delay at end is now > 1000 days
---
 bin/feedgnuplot | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index c432edf..0ac2465 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -805,7 +805,7 @@ sub mainThread
     # we persist gnuplot, so we shouldn't need this sleep. However, once
     # gnuplot exits, but the persistent window sticks around, you can no
     # longer interactively zoom the plot. So we still sleep
-    sleep(100000) unless $options{dump} || $options{exit};
+    sleep(100000000) unless $options{dump} || $options{exit};
 }
 
 sub pruneOldData

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/feedgnuplot.git



More information about the debian-science-commits mailing list