mirror of
https://github.com/ksherlock/mpw.git
synced 2025-08-05 06:28:46 +00:00
Fix ChangeResource logging
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user