Commit d8b5dcae authored by claes's avatar claes

Buggfix in cdh_StringToObjectIx

parent cd921d7d
......@@ -989,6 +989,7 @@ cdh_StringToObjectIx (
pwr_tObjectIx loix = pwr_cNObjectIx;
pwr_Assert(oix != NULL);
errno = 0;
if (*s == '_') s++;
if (*s == 'X' || *s == 'x') s++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment