From 25d902e9425ec0b274f9dab5d449c7e2a89c8274 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Sat, 14 Aug 2010 11:28:16 +0000 Subject: [PATCH] * GetNetConfigHash(): move forward while loading setting lines --- webcit/roomlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/roomlist.c b/webcit/roomlist.c index 05b08bcc2..61a43c2e5 100644 --- a/webcit/roomlist.c +++ b/webcit/roomlist.c @@ -329,6 +329,7 @@ HashList *GetNetConfigHash(StrBuf *Target, WCTemplputParams *TP) IKEY(n), Content, HFreeStrBuf); + n++; } } } -- 2.30.2