summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:30:53 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-31 13:30:53 +0200
commit5c77be0418015f9c0f2a1e136a2c2ab2dbbf67af (patch)
tree1929c1c5e6ebbf62d0b4589acf47ac3a5cbf7a49
parent76e118cc424f0dbca7756e85d898208121b8e6bc (diff)
modified: options.cpp
-rw-r--r--options.cpp5
1 files changed, 0 insertions, 5 deletions
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)
{