mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Fix tindebox breakage about format warning.
This commit is contained in:
parent
e5295c2487
commit
8bfcf9aaa3
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ acpi_handle_tcpa(ACPI_TABLE_HEADER *sdp)
|
|||
printf(END_COMMENT);
|
||||
return;
|
||||
}
|
||||
printf("\tClass %d Base Address 0x%jx Length %lld\n\n",
|
||||
printf("\tClass %d Base Address 0x%jx Length %llu\n\n",
|
||||
tcpa->platform_class, paddr, len);
|
||||
|
||||
if (len == 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue