[feedgnuplot] 12/42: slightly simpler raw data parsing. Hopefully a bit quicker.

Dima Kogan dkogan-guest at alioth.debian.org
Sun Oct 20 08:04:04 UTC 2013


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

dkogan-guest pushed a commit to tag v1.25
in repository feedgnuplot.

commit 386c5f6d413db9938e251659c1c0c92f5eb606e0
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Sep 20 03:36:15 2013 -0700

    slightly simpler raw data parsing. Hopefully a bit quicker.
---
 bin/feedgnuplot |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/feedgnuplot b/bin/feedgnuplot
index 36617ee..6acbb50 100755
--- a/bin/feedgnuplot
+++ b/bin/feedgnuplot
@@ -595,7 +595,7 @@ sub mainThread
           else         {$id++;   }
 
           pushPoint(getCurve($id),
-                    [@domain, split( /\s+/, $2)]);
+                    [@domain, $2]);
         }
       }
     }

-- 
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