aboutsummaryrefslogtreecommitdiff
path: root/saga/sdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/sdebug.cpp')
-rw-r--r--saga/sdebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sdebug.cpp b/saga/sdebug.cpp
index 145597b920..ebc378ea7c 100644
--- a/saga/sdebug.cpp
+++ b/saga/sdebug.cpp
@@ -70,7 +70,7 @@ int Script::SDebugPrintInstr(ScriptThread *thread) {
thread->_moduleBaseSize
- thread->_instructionOffset);
in_char = readS.readByte();
- sprintf(tmp_buf, "%04lX | %02X | ", thread->_instructionOffset, in_char);
+ sprintf(tmp_buf, "%04X | %02X | ", thread->_instructionOffset, in_char);
strncat(disp_buf, tmp_buf, SD_DISPLAY_LEN);
switch (in_char) {