mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix formatting
svn path=/trunk/; revision=35995
This commit is contained in:
@@ -124,7 +124,7 @@ GetDisabledAutostartEntriesFromRegistry (TCHAR * szBasePath)
|
||||
else if (!_tcscmp(szSubValueName, _T("item")))
|
||||
item.iSubItem = 0;
|
||||
if (item.iSubItem != -1)
|
||||
{
|
||||
{
|
||||
GetLongPathName(Data, Data, (DWORD) _tcsclen(Data));
|
||||
item.pszText = Data;
|
||||
SendMessage(hStartupListCtrl, LVM_SETITEMTEXT, item.iItem, (LPARAM) &item);
|
||||
|
||||
Reference in New Issue
Block a user