From ef0096475288bd6a1a3463d8a437954862e85e66 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 21 Feb 2015 13:51:33 +0000 Subject: EOL breaks rtf expressions too git-svn-id: http://svn.miranda-ng.org/main/trunk@12232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/msgdlgutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/TabSRMM/src/msgdlgutils.cpp b/plugins/TabSRMM/src/msgdlgutils.cpp index 37cd081c08..ae11b83a27 100644 --- a/plugins/TabSRMM/src/msgdlgutils.cpp +++ b/plugins/TabSRMM/src/msgdlgutils.cpp @@ -955,7 +955,7 @@ BOOL TSAPI DoRtfToTags(const TWindowData *dat, CMString &pszText) } p++; // skip initial slash - p += _tcscspn(p, _T(" \\")); + p += _tcscspn(p, _T(" \\\n\r")); if (*p == ' ') p++; break; -- cgit v1.2.3