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 )
{
target = strrchr(p, ',');
target = strchr(p, ',');
if ( target ) target[0] = '\0';
target = strrchr(p, ':');
if ( target ) {