diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-22 13:30:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-22 13:30:34 +0000 |
commit | e8c2256c05ecef5dc8120c4edecf7d54921e7245 (patch) | |
tree | 17b2dcfaadd71142d86d864b27c43ab2f8880ef4 /plugins/TabSRMM/src/chat/log.cpp | |
parent | 41d1850ad0b98adf32d5744aa2cdb7d04ddcad82 (diff) |
- one another manual buffer died;
- typo fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@13035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/log.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/log.cpp b/plugins/TabSRMM/src/chat/log.cpp index c268e44437..432dddab43 100644 --- a/plugins/TabSRMM/src/chat/log.cpp +++ b/plugins/TabSRMM/src/chat/log.cpp @@ -751,7 +751,7 @@ static char* Log_CreateRTF(LOGSTREAMDATA *streamData) else if (g_Settings.dwIconFlags) {
int iIndex = lin->bIsHighlighted ? ICON_HIGHLIGHT : EventToIcon(lin);
Log_Append(str, "\\f0\\fs14");
- str.Append(pci->pLogIconBmpBits[iIndex], (int)pci->logIconBmpSize[iIndex]);
+ str.AppendFormat(pci->pLogIconBmpBits[iIndex], (int)pci->logIconBmpSize[iIndex]);
}
if (g_Settings.bTimeStampEventColour) {
|