bug avec l'affichage des attributs en mode shell

This commit is contained in:
Jephté Clain 2014-10-02 15:04:40 +04:00
parent 1a9b14a9dc
commit eb9ddc427a
1 changed files with 2 additions and 1 deletions

View File

@ -603,7 +603,8 @@ function dump_values(atbegin, value) {
print "index=" nr
for (i = 1; i <= attrs_count; i++) {
attr = norm_attr(attrs[i])
print attr "=" values[attr]
mapattr = norm_attr(mapattrs[i])
print mapattr "=" values[attr]
}
if (!atbegin && cmd != "") print cmd
} else {