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:
mcafee%netscape.com
2002-05-06 03:49:55 +00:00
parent a1a5159f19
commit b7cea046ae

View File

@@ -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";