diff --git a/QnetGateway.cpp b/QnetGateway.cpp index dbc29ed..af431cf 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -987,6 +987,10 @@ void CQnetGateway::ProcessIncomingSD(const SDSVT &dsvt) static_cast(dsvt.vasd.text[2] ^ 0x93u) }; // unscramble + char X[4] = { 0 }; + memcpy (X, c, 3); + printf("SD = %s\n", X); + if (sd.first) { // this is the first of a two voice-packet pair // get the "size" and type from the first byte