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:
@@ -691,6 +691,10 @@ getPLData(PLData *pldata)
|
||||
ok = 0;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
COMPLAIN(pldata, _("non hexdigit character in PropList data"));
|
||||
ok = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user