From 36e41a64762a0b8a047ff51206d35466db34466e Mon Sep 17 00:00:00 2001
From: TingPing <tingping@tingping.se>
Date: Tue, 22 Oct 2013 14:53:33 -0400
Subject: fix another warning

---
 src/common/inbound.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/common')

diff --git a/src/common/inbound.c b/src/common/inbound.c
index 4e93b3cd..b9503ddb 100644
--- a/src/common/inbound.c
+++ b/src/common/inbound.c
@@ -706,7 +706,7 @@ inbound_nameslist (server *serv, char *chan, char *names,
 			/* Ignore prefixes so '!' won't cause issues */
 			while (strchr (serv->nick_prefixes, *nopre_name) != NULL)
 			{
-				*nopre_name++;
+				nopre_name++;
 				offset++;
 			}
 
-- 
cgit 1.4.1