diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:44:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-28 15:44:00 +0000 |
commit | ec112925e1c1419182451cc2f0f6e985d9ddb1de (patch) | |
tree | ea3083985a53f0f615e8407ee594d4c6eafd3db2 /plugins/CmdLine/src/mimcmd_data.h | |
parent | 7666c2ce26dd9a6e2fb129dea4d2fad9bcdbe591 (diff) |
unsafe strncat removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CmdLine/src/mimcmd_data.h')
-rw-r--r-- | plugins/CmdLine/src/mimcmd_data.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/mimcmd_data.h b/plugins/CmdLine/src/mimcmd_data.h index 9379af70a5..0cea4b2ac1 100644 --- a/plugins/CmdLine/src/mimcmd_data.h +++ b/plugins/CmdLine/src/mimcmd_data.h @@ -35,7 +35,6 @@ typedef char TArgument[ARGUMENT_SIZE]; struct TReply{
int code;
char message[REPLY_SIZE];
- static const int cMessage = REPLY_SIZE;
};
typedef TReply *PReply;
|