mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user