This commit is contained in:
@@ -338,6 +338,7 @@ func readTransactionName(r *bufio.Reader) (string, float64, string, bool, error)
|
||||
return "", 0, "", false, nil
|
||||
}
|
||||
|
||||
line = bytes.Split(line, []byte(";"))[0] // comment-free
|
||||
fields := bytes.Fields(line)
|
||||
|
||||
isSet := false
|
||||
|
||||
Reference in New Issue
Block a user