[feedgnuplot] 01/18: an "exit" command now has effect even with triggered-only replotting
Dima Kogan
dima at secretsauce.net
Fri Nov 13 19:17:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
dkogan-guest pushed a commit to branch debian
in repository feedgnuplot.
commit 1688496f34c7d16e10a1a0331611ec0aecd4555d
Author: Dima Kogan <dima at secretsauce.net>
Date: Wed May 28 02:34:39 2014 -0700
an "exit" command now has effect even with triggered-only replotting
---
bin/feedgnuplot | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 08e177b..75dd86f 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -75,6 +75,7 @@ if($options{stream})
}
$streamingFinished = 1;
+ $dataQueue->enqueue(undef);
$plotThr->join() if defined $plotThr;
$addThr->join();
@@ -413,8 +414,6 @@ sub plotUpdateThread
# indicate that the timer was the replot source
$dataQueue->enqueue('replot timertick');
}
-
- $dataQueue->enqueue(undef);
}
sub sendRangeCommand
--
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