small fix
This commit is contained in:
parent
3f9d10e467
commit
abb1153cf3
@ -540,7 +540,7 @@ defalt:
|
||||
|
||||
if ( p )
|
||||
{
|
||||
target = strrchr(p, ',');
|
||||
target = strchr(p, ',');
|
||||
if ( target ) target[0] = '\0';
|
||||
target = strrchr(p, ':');
|
||||
if ( target ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user