summaryrefslogtreecommitdiff
path: root/source/components/debugger/dbhistry.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2016-12-21 09:07:53 -0800
committerGitHub <noreply@github.com>2016-12-21 09:07:53 -0800
commit07d0f9453e9a449ba6c13f31b292a62360ad7d4f (patch)
treebb044b563f2680bcb21fdb366c76f66a531d4331 /source/components/debugger/dbhistry.c
parent73b741b6055299f93d788fda15d134b5a228aec2 (diff)
downloadacpica-revert-196-acpica-trivial.tar.gz
Revert "Acpica trivial"revert-196-acpica-trivial
Diffstat (limited to 'source/components/debugger/dbhistry.c')
-rw-r--r--source/components/debugger/dbhistry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/debugger/dbhistry.c b/source/components/debugger/dbhistry.c
index 0274e370a..a8a1eba13 100644
--- a/source/components/debugger/dbhistry.c
+++ b/source/components/debugger/dbhistry.c
@@ -248,7 +248,7 @@ AcpiDbDisplayHistory (
{
if (AcpiGbl_HistoryBuffer[HistoryIndex].Command)
{
- AcpiOsPrintf ("%3u %s\n",
+ AcpiOsPrintf ("%3ld %s\n",
AcpiGbl_HistoryBuffer[HistoryIndex].CmdNum,
AcpiGbl_HistoryBuffer[HistoryIndex].Command);
}