From 279c8c2300a97f580b2086895f17daf52b0b1773 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sat, 7 Feb 2015 13:09:15 -0500 Subject: [PATCH] Fix ChangeResource logging --- toolbox/rm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolbox/rm.cpp b/toolbox/rm.cpp index b5f1f49..520715c 100644 --- a/toolbox/rm.cpp +++ b/toolbox/rm.cpp @@ -789,7 +789,7 @@ namespace RM StackFrame<4>(theResource); - Log("%04x ChangedResource(%04x)\n", trap, theResource); + Log("%04x ChangedResource(%08x)\n", trap, theResource); // set the resChanged attribute so when UpdateResFile() is called