bug avec les lignes sans espaces après le nom d'attribut

This commit is contained in:
Jephté Clain 2015-02-25 10:55:57 +04:00
parent 03cf3dcad2
commit 57515be0cd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
007020001
007020002

View File

@ -697,7 +697,7 @@ function parse_attr(line) {
return line
}
function parse_value(line) {
sub(/^[^:]+::? /, "", line)
sub(/^[^:]+::? */, "", line)
return line
}