1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-10 10:35:46 +01: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

View File

@@ -691,6 +691,10 @@ getPLData(PLData *pldata)
ok = 0;
break;
}
} else {
COMPLAIN(pldata, _("non hexdigit character in PropList data"));
ok = 0;
break;
}
}