return TRUE;
}
- name = wxStrdup(inname);
+ name = strdup(inname);
// theRGBRecords[] has no names with spaces, and no grey, but a
// lot of gray...
{
if ( *r != *q )
continue;
- if ( !wxIsspace((int) (*(r - 1))) )
+ if ( !isspace((int) (*(r - 1))) )
continue;
p = r;
for (;;)