Stom foutje in vorige verbetering
This commit is contained in:
parent
cb9f636da0
commit
0ebd3ad458
@ -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…
x
Reference in New Issue
Block a user