fixed by ducarroz. r=sspitzer

This commit is contained in:
sspitzer%netscape.com 1999-11-29 22:28:40 +00:00
parent 8807823e53
commit 6a51426194

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 == ",")
{