fixed by ducarroz. r=sspitzer

git-svn-id: svn://10.0.0.236/trunk@54614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
1999-11-29 22:28:40 +00:00
parent 002add50a8
commit d713f527bb

View File

@@ -72,11 +72,13 @@ function GetArgs()
if (aChar == quoteChar)
{
quoteChar = "";
data += aChar;
}
else if (aCharCode == 39 || aCharCode == 34) //quote or double quote
{
if (quoteChar == "")
quoteChar = aChar;
data += aChar;
}
else if (aChar == ",")
{