mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
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
This commit is contained in:
2
main.cpp
2
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;
|
||||
|
||||
Reference in New Issue
Block a user