From 6c215d1006ee80cd9da70b9bfa76c1c44d04d4c6 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 5 May 2012 19:40:47 +0000 Subject: [PATCH] Comments --- golded3/getpls.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/golded3/getpls.cpp b/golded3/getpls.cpp index edd8b86..410868d 100644 --- a/golded3/getpls.cpp +++ b/golded3/getpls.cpp @@ -643,8 +643,8 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa } } } - } - } + }// Get a random cookie + } // case TPLTOKEN_RANDOM: if(....) continue; case TPLTOKEN_INCLUDE: @@ -817,7 +817,7 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa strcpy(&(msg->txt[pos]), buf); pos += len; } - } + }// while(oldmsg->line[n]) continue; case TPLTOKEN_MESSAGE: @@ -875,7 +875,7 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa } n++; } - } + } // case TPLTOKEN_MESSAGE: if(....) continue; } }