Dont double quote text records

Text records are not correctly parsed if they have a comment
after them (don't ask)
This commit is contained in:
Miek Gieben 2011-12-15 12:43:01 +01:00
parent b73eaf020b
commit 94ec863ffc
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ func lexer(s scanner.Scanner, c chan Lex) {
if commt {
break
}
str += "\""
// str += "\"" don't add quoted quotes
quote = !quote
case "(":
if commt {