Fix the fix of revision 63943. Noticed by Thomas Faber.

CORE-8150 #comment Indeed, do not confuse 'l' (lowercase L) with 'I' (uppercase i)!

svn path=/trunk/; revision=63944
This commit is contained in:
Hermès Bélusca-Maïto
2014-08-24 19:32:54 +00:00
parent fcb939fd0c
commit 794c2c3b47
+2 -2
View File
@@ -123,7 +123,7 @@ SetScreenSaverPreviewBox(HWND hwndDlg, PDATA pData)
if (pData->Selection > 0)
{
_stprintf(szCmdline,
_T("%s /p %lu"),
_T("%s /p %Iu"),
pData->ScreenSaverItems[pData->Selection].szFilename,
(ULONG_PTR)hPreview);
@@ -199,7 +199,7 @@ ScreensaverConfig(HWND hwndDlg, PDATA pData)
return;
_stprintf(szCmdline,
_T("%s /c:%lu"),
_T("%s /c:%Iu"),
pData->ScreenSaverItems[pData->Selection].szFilename,
(ULONG_PTR)hwndDlg);