From abb1153cf3d28484b36af7d930881c471d0905d9 Mon Sep 17 00:00:00 2001 From: Alexey Khromov Date: Fri, 5 Jul 2024 09:16:24 +0300 Subject: [PATCH] small fix --- source/bforce/sess_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bforce/sess_call.c b/source/bforce/sess_call.c index 1217183..268a805 100644 --- a/source/bforce/sess_call.c +++ b/source/bforce/sess_call.c @@ -540,7 +540,7 @@ defalt: if ( p ) { - target = strrchr(p, ','); + target = strchr(p, ','); if ( target ) target[0] = '\0'; target = strrchr(p, ':'); if ( target ) {