From 35d4044e1958d2cd68553837a0da0829bd3b98f4 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 23 Jul 2012 20:25:27 +0000 Subject: SeenPlugin: now use precompiled header git-svn-id: http://svn.miranda-ng.org/main/trunk@1140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SeenPlugin/src/history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SeenPlugin/src/history.cpp') diff --git a/plugins/SeenPlugin/src/history.cpp b/plugins/SeenPlugin/src/history.cpp index 724cfd5612..fa90264fda 100644 --- a/plugins/SeenPlugin/src/history.cpp +++ b/plugins/SeenPlugin/src/history.cpp @@ -34,7 +34,7 @@ char* BuildSetting(int historyLast) { static char sztemp[15]; *setting = '\0'; strcat(setting, "History_"); - strcat(setting, itoa(historyLast, sztemp, 10)); + strcat(setting, _itot(historyLast, sztemp, 10)); return setting; } -- cgit v1.2.3