From 3a78823c6a100b73522077565bef514567fa1df2 Mon Sep 17 00:00:00 2001 From: albertzeyer Date: Wed, 22 Jul 2009 21:52:42 +0000 Subject: [PATCH] redo copyright :) git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@108 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index f44f41f1a..f0abb562c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,7 @@ CloneKeen 2003-2005 Caitlin Shaw CloneKeenPlus 2008-2009 Gerstrong - Commander Genius 2009 Tulip, Pickle and DaVince + Commander Genius 2009 Tulip, Pickle, DaVince and Albert */ #include "keen.h" @@ -574,7 +574,7 @@ demoHeaderCorrupt: ; short readCommandLine(int argc, char *argv[], stCloneKeenPlus *pCKP) { int i; - static const int MAX_STRING_LENGTH = 256; + static const int MAX_STRING_LENGTH = 256; char tempbuf[MAX_STRING_LENGTH];