From 5ef5bc3be0593a89f23e3e5152c9d338b460e2f7 Mon Sep 17 00:00:00 2001 From: psychon Date: Wed, 7 Jul 2010 20:43:54 +0000 Subject: [PATCH] Fix a comment which was broken since r2037 git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2072 726aef4b-f618-498e-8847-2d620e286838 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 20507a4c..992bb4b6 100644 --- a/main.cpp +++ b/main.cpp @@ -326,7 +326,7 @@ int main(int argc, char** argv) { args[pos++] = strdup("--no-color"); if (bAllowRoot) args[pos++] = strdup("--allow-root"); - // The above code adds 4 entries to args tops + // The above code adds 3 entries to args tops // which means the array should be big enough delete pZNC;