Fix string literal spacing issue
authorDale P. Smith <dalepsmith@gmail.com>
Sat, 18 Jan 2020 19:37:57 +0000 (14:37 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 8 May 2020 00:33:37 +0000 (20:33 -0400)
"C++11 requires a space between literal and string macro"

source/Bot.H

index f6851c2..5aea207 100644 (file)
@@ -31,8 +31,8 @@
 
 #include "String.H"
 
-#define VERSION_STRING PACKAGE" version "VERSION" by unknown_lamer@FreeNode <clinton@unknownlamer.org>\n1.97 and below by eb@IRCNet <eb@via.ecp.fr>"
-#define COPYRIGHT_STRING PACKAGE" version "VERSION", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008,2009 Clinton Ebadi"
+#define VERSION_STRING PACKAGE " version " VERSION " by unknown_lamer@FreeNode <clinton@unknownlamer.org>\n1.97 and below by eb@IRCNet <eb@via.ecp.fr>"
+#define COPYRIGHT_STRING PACKAGE " version " VERSION ", Copyright (C) 1997-2000 Etienne BERNARD\nCopyright (C) 2002,2003,2004,2005,2008,2009 Clinton Ebadi"
 
 class Channel;
 class ChannelList;