small fix

zx
Alexey Khromov 3 months ago
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…
Cancel
Save