mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
Remove trailing whitespace
This commit is contained in:
+2
-2
@@ -33,10 +33,10 @@ public:
|
||||
int i;
|
||||
argnum = 0;
|
||||
int len = static_cast<int>(strlen(message_in));
|
||||
|
||||
|
||||
if(arglen > len)
|
||||
arglen = len+1;
|
||||
|
||||
|
||||
//msg = strdup(message);
|
||||
msg = new char[len+1];
|
||||
strcpy(msg, message_in);
|
||||
|
||||
Reference in New Issue
Block a user