small fix

This commit is contained in:
Alexey Khromov 2024-07-05 09:16:24 +03:00
parent 3f9d10e467
commit abb1153cf3

View File

@ -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 ) {