From a2060145419d1dc32a3aaca9ec24f0a8b40d964d Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 21 Apr 2019 17:51:03 -0700 Subject: [PATCH] typo --- QnetGateway.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);