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