From 190b98cf90600fc0e98543ee87d772560547acca Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 30 Jun 2012 19:34:50 +0000 Subject: "Variables are inexhaustible like an atom" (c) V.Lenin git-svn-id: http://svn.miranda-ng.org/main/trunk@704 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Variables/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Variables/options.cpp') diff --git a/plugins/Variables/options.cpp b/plugins/Variables/options.cpp index 3ccbbd987f..e94e27fcdf 100644 --- a/plugins/Variables/options.cpp +++ b/plugins/Variables/options.cpp @@ -88,7 +88,7 @@ static INT_PTR CALLBACK SetOptsDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARA if (((LPNMHDR)lParam)->code == PSN_APPLY) { int len = SendDlgItemMessage(hwndDlg, IDC_FORMATTEXT, WM_GETTEXTLENGTH, 0, 0); if (len >= 0) { - TCHAR *szFormatText = ( TCHAR* )mir_calloc((len+1)* sizeof(TCHAR)); + TCHAR *szFormatText = (TCHAR*)mir_calloc((len+1)* sizeof(TCHAR)); if (szFormatText == NULL) break; -- cgit v1.2.3