Stom foutje in vorige verbetering
This commit is contained in:
parent
cd73332f77
commit
abc9006b8e
|
@ -170,7 +170,7 @@ char *match_ch( c, str, instr)
|
|||
char *skip_string( ptr)
|
||||
char *ptr;
|
||||
{
|
||||
while ( isalnum( *ptr) && !isspace( *ptr) && *ptr != ':')
|
||||
while ( isalnum( *ptr) || ( !isspace( *ptr) && *ptr != ':'))
|
||||
ptr++;
|
||||
return( ptr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue