From 2360e345084ee2273d8f6daff624b81d755c60c3 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 12 Mar 2020 06:36:14 -0700 Subject: [PATCH] fixed return value problem --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QnetGateway.cpp b/QnetGateway.cpp index 5d47e2a..2ab3c08 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -574,7 +574,7 @@ int CQnetGateway::get_yrcall_rptr(const std::string &call, std::string &rptr, st } } } - return 0; + return i + 1; } bool CQnetGateway::Flag_is_ok(unsigned char flag)