summaryrefslogtreecommitdiff
path: root/protocols/AimOscar/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/AimOscar/server.cpp')
-rw-r--r--protocols/AimOscar/server.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/AimOscar/server.cpp b/protocols/AimOscar/server.cpp
index 490444303b..7cd4601dcd 100644
--- a/protocols/AimOscar/server.cpp
+++ b/protocols/AimOscar/server.cpp
@@ -1925,13 +1925,9 @@ void CAimProto::snac_mail_response(SNAC &snac)//family 0x0018
if (new_mail && num_msgs)
{
TCHAR msg[1024];
-#ifdef _UNICODE
+
int len = mir_sntprintf(msg, SIZEOF(msg), _T("%S@%S (%d)\r\n%s "), sn, address, num_msgs,
TranslateT("You've got mail! Checked at")) ;
-#else
- int len = mir_sntprintf(msg, SIZEOF(msg), _T("%s@%s (%d)\r\n%s "), sn, address, num_msgs,
- TranslateT("You've got mail! Checked at")) ;
-#endif
SYSTEMTIME stLocal;
GetLocalTime(&stLocal);