From 5c77be0418015f9c0f2a1e136a2c2ab2dbbf67af Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 31 Oct 2010 13:30:53 +0200 Subject: modified: options.cpp --- options.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'options.cpp') diff --git a/options.cpp b/options.cpp index 9fb596f..2905b76 100644 --- a/options.cpp +++ b/options.cpp @@ -383,12 +383,7 @@ INT_PTR CALLBACK AdvancedDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPar strcpy(szNumber, "0"); while(strcmp(DBGetContactSettingStringPAN_A(NULL, "CListGroups", szNumber, "0").c_str(), "0") != 0) { -#if defined(_MSC_VER) && _MSC_VER >= 1300 - _itoa_s(GroupNumber, szNumber, sizeof(szNumber), 10); -#else _itoa(GroupNumber, szNumber, 10); - -#endif wcscpy(szValue, DBGetContactSettingStringPAN(NULL, "CListGroups", szNumber, _T("0")).c_str()); if(wcscmp(NewAGroupName.c_str(), szValue + 1) == 0) { -- cgit v1.2.3