diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 12:33:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 12:33:24 +0000 |
commit | 9e28cb9292146942a0eccc0712ee80fb83f5b2d7 (patch) | |
tree | 2d93be3bed3a71b3eed9d2669c13ccdd99e6340d | |
parent | 7440413a20bb80c13a8565a8f851dd7167660a9c (diff) |
valid IRC indicators
git-svn-id: http://svn.miranda-ng.org/main/trunk@7757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TabSRMM/src/chat/window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index b73d01a13b..27634ff775 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -45,7 +45,7 @@ extern HMENU g_hMenu; static HKL hkl = NULL;
static HCURSOR hCurHyperlinkHand;
-char szIndicators[] = { '+', '%', '@', '!', '*', 0 };
+char szIndicators[] = { 0, '+', '%', '@', '!', '*' };
struct MESSAGESUBDATA
{
|