switch to # for showpoint split char, can't use comma b/c of TinderboxPrint: conflict
git-svn-id: svn://10.0.0.236/trunk@120809 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -162,7 +162,7 @@ sub show_graph {
|
||||
|
||||
# Highlight a point, e.g. 2002:03:21:06:52:28,4087
|
||||
if($SHOWPOINT) {
|
||||
my @xy = split(",",$SHOWPOINT);
|
||||
my @xy = split("#",$SHOWPOINT);
|
||||
|
||||
open POINTFILE, ">db/$TESTNAME/point.$$";
|
||||
print POINTFILE "$xy[0]\t$xy[1]\n";
|
||||
|
||||
Reference in New Issue
Block a user