From 721aea0764451e985d575236205808bbef298244 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 14 Jun 2012 11:13:37 +0000 Subject: one more "#ifsef Unicode" removal git-svn-id: http://svn.miranda-ng.org/main/trunk@409 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Chat/log.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/Chat/log.c') diff --git a/plugins/Chat/log.c b/plugins/Chat/log.c index a1b94a5108..665ab8939c 100644 --- a/plugins/Chat/log.c +++ b/plugins/Chat/log.c @@ -216,11 +216,7 @@ static int Log_AppendRTF(LOGSTREAMDATA* streamData, BOOL simpleMode, char **buff else if (*line > 0 && *line < 128) { *d++ = (char) *line; } - #if defined( _UNICODE ) - else d += sprintf(d, "\\u%u ?", (WORD)*line); - #else - else d += sprintf(d, "\\'%02x", (BYTE)*line); - #endif + else d += sprintf(d, "\\u%u ?", (WORD)*line); } *cbBufferEnd = (int) (d - *buffer); -- cgit v1.2.3