mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
bettr prop-list
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3108 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2878831739
commit
ef32816527
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@
|
|||
for (i = 0; i < _count; i++) {
|
||||
char val = _contents_chars[i];
|
||||
|
||||
if (isalnum(val) || strchr("$./_", val)) {
|
||||
if (isalnum(val)) {
|
||||
continue;
|
||||
}
|
||||
switch (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue