mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[DEVMGR]
Add a space between the hexadecimal and decimal IRQ numbers in the device resource list. svn path=/trunk/; revision=64557
This commit is contained in:
@@ -278,7 +278,7 @@ AddResourceItems(
|
||||
{
|
||||
if (LoadString(hDllInstance, IDS_RESOURCE_INTERRUPT, szBuffer, sizeof(szBuffer) / sizeof(szBuffer[0])))
|
||||
{
|
||||
wsprintf(szDetail, L"0x%08x(%d)", Descriptor->u.Interrupt.Level, Descriptor->u.Interrupt.Vector);
|
||||
wsprintf(szDetail, L"0x%08x (%d)", Descriptor->u.Interrupt.Level, Descriptor->u.Interrupt.Vector);
|
||||
InsertListItem(hWndDevList, ItemCount, szBuffer, szDetail);
|
||||
ItemCount++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user