corrected build error.

svn path=/trunk/; revision=10340
This commit is contained in:
Jens Collin
2004-08-01 15:56:15 +00:00
parent 9bedba895d
commit ace328553a
+1 -1
View File
@@ -164,7 +164,7 @@ INT_PTR CALLBACK RunDlgProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lPar
psz = malloc (ic + 2) ;
GetWindowTextA (htxt, psz, ic + 1) ;
if ((ret = ShellExecuteA(NULL, _T("open"), psz, NULL, NULL, SW_SHOWNORMAL)) < 33)
if ((ShellExecuteA(NULL, _T("open"), psz, NULL, NULL, SW_SHOWNORMAL)) < 33)
{
char *pszSysMsg = NULL ;
FormatMessageA (