diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-11 15:48:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-11 15:48:26 +0000 |
commit | 64246e68515f9c73315a06f4f62738e45655f983 (patch) | |
tree | b26eda28c0163b59a71bb61ce6ed5ca1301723fd /src/mir_core/mstring.cpp | |
parent | 7fe4aeaec6ec0300ecd544579b462aa526b07080 (diff) |
dynamic memory allocation on buffer overrun.
99.95% of strings are still printed without any need of memory allocation
git-svn-id: http://svn.miranda-ng.org/main/trunk@6440 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/mstring.cpp')
-rw-r--r-- | src/mir_core/mstring.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mir_core/mstring.cpp b/src/mir_core/mstring.cpp index 8d896f89d1..e0776da599 100644 --- a/src/mir_core/mstring.cpp +++ b/src/mir_core/mstring.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "commonheaders.h"
-#include "m_string.h"
/////////////////////////////////////////////////////////////////////////////////////////
// CMBaseString
|