diff --git a/QnetGateway.cpp b/QnetGateway.cpp index fbd53d5..7e985a3 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -510,7 +510,7 @@ void CQnetGateway::GetIRCDataThread() break; case IDRT_PING: ii->receivePing(rptr); - ReplaceChar(prtr, '_', ' '); + ReplaceChar(rptr, '_', ' '); printf("IDRT_PING rptr=%s\n", rptr.c_str()); if (! rptr.empty()) { pthread_mutex_lock(&irc_data_mutex);