From 9bd91db11ea4df2e8336a13a9499b35e71b12b90 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Mon, 27 May 2024 12:34:11 -0700 Subject: [PATCH] itap bug report from n2cid --- QnetITAP.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/QnetITAP.cpp b/QnetITAP.cpp index 0a66c5c..31bd4fb 100644 --- a/QnetITAP.cpp +++ b/QnetITAP.cpp @@ -46,7 +46,7 @@ #include "QnetConfigure.h" #include "Timer.h" -#define ITAP_VERSION "QnetITAP-40419" +#define ITAP_VERSION "QnetITAP-40527" bool CQnetITAP::Initialize(const std::string &cfgfile) { @@ -54,7 +54,7 @@ bool CQnetITAP::Initialize(const std::string &cfgfile) return true; std::string name("Gate2Modem"); - std::string(1, RPTR_MOD); + name.append(1, RPTR_MOD); printf("Opening %s\n", name.c_str()); if (FromGate.Open(name.c_str())) return true;