mirror of
https://github.com/ksherlock/mpw.git
synced 2025-01-02 12:31:15 +00:00
Fix ChangeResource logging
This commit is contained in:
parent
3ff0697e46
commit
279c8c2300
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user