diff --git a/QnetModem.cpp b/QnetModem.cpp index 98d8790..8856bc3 100644 --- a/QnetModem.cpp +++ b/QnetModem.cpp @@ -629,7 +629,7 @@ bool CQnetModem::ProcessGateway(const int len, const unsigned char *raw) } superframe.append(1, '#'); } else - superframe.append(1, (dstr.vpkt.ctrl<27U) ? '@' + dstr.vpkt.ctrl : '*')); + superframe.append(1, (dstr.vpkt.ctrl<27U) ? '@' + dstr.vpkt.ctrl : '*'); } } queue.push(CFrame(&frame.start));