1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-04-21 07:51:25 +02:00

added better proplist warnings when reading non-digit proplist data and fixed screwed Changelog after last commit.

This commit is contained in:
dan
2002-01-25 14:39:37 +00:00
parent 9c19d14d1a
commit da02e76051
2 changed files with 5 additions and 9 deletions
+4
View File
@@ -691,6 +691,10 @@ getPLData(PLData *pldata)
ok = 0;
break;
}
} else {
COMPLAIN(pldata, _("non hexdigit character in PropList data"));
ok = 0;
break;
}
}