bug mineur

This commit is contained in:
Jephté Clain 2024-09-24 16:01:36 +04:00
parent e30820261a
commit 625d5f1d25
1 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ function tl_modifyattr() {
dn = ""
}
sub(/:+$/, "", attr)
if (lastattr != attr) {
if (tolower(lastattr) != tolower(attr)) {
if (lastattr != "") {
print "-"
}
@ -248,7 +248,7 @@ function tl_deleteattr() {
dn = ""
}
sub(/:+$/, "", attr)
if (lastattr != attr) {
if (tolower(lastattr) != tolower(attr)) {
if (lastattr != "") {
print "-"
}