bug avec l'affichage des attributs en mode shell
This commit is contained in:
parent
1a9b14a9dc
commit
eb9ddc427a
|
@ -603,7 +603,8 @@ function dump_values(atbegin, value) {
|
||||||
print "index=" nr
|
print "index=" nr
|
||||||
for (i = 1; i <= attrs_count; i++) {
|
for (i = 1; i <= attrs_count; i++) {
|
||||||
attr = norm_attr(attrs[i])
|
attr = norm_attr(attrs[i])
|
||||||
print attr "=" values[attr]
|
mapattr = norm_attr(mapattrs[i])
|
||||||
|
print mapattr "=" values[attr]
|
||||||
}
|
}
|
||||||
if (!atbegin && cmd != "") print cmd
|
if (!atbegin && cmd != "") print cmd
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue