diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-02 14:39:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-02 14:39:33 +0300 |
commit | b5aea41d87f158f967af74826d0971a4fdaf7d34 (patch) | |
tree | 7693dd1bfe9fab599ee246e3009e5d39d2dafafa /plugins/TabSRMM | |
parent | a37cc98ebd635a8a4d669ea73a0880ba4a4ec3e1 (diff) |
minor correction for #963
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index 2a32e19292..607fe6ec74 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.cpp @@ -149,7 +149,7 @@ invalid_code: msg.Delete(endmark, 4);
msg.Insert(endmark, formatting_strings_end[i]);
}
- msg.Delete(beginmark, 4);
+ msg.Delete(beginmark, 3);
msg.Insert(beginmark, L" ");
msg.Insert(beginmark, formatting_strings_begin[i]);
}
|