From e8c2256c05ecef5dc8120c4edecf7d54921e7245 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 22 Apr 2015 13:30:34 +0000 Subject: - one another manual buffer died; - typo fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@13035 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/chat/log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/chat/log.cpp') 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) { -- cgit v1.2.3