From 1353e2d2dc8cf794279f4bc8f9ae12eb31accc35 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 30 Apr 2004 23:02:23 +0000 Subject: Move from custom unsigned types to those provided by main config.h svn-id: r13687 --- saga/sdebug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'saga/sdebug.cpp') diff --git a/saga/sdebug.cpp b/saga/sdebug.cpp index fa8986238e..b7e24d61c0 100644 --- a/saga/sdebug.cpp +++ b/saga/sdebug.cpp @@ -59,8 +59,8 @@ int SDEBUG_PrintInstr(R_SCRIPT_THREAD * thread) R_TEXTLIST_ENTRY tl_e; - const uchar *start_p; - const uchar *read_p; + const byte *start_p; + const byte *read_p; char tmp_buf[80] = { 0 }; static char disp_buf[SD_DISPLAY_LEN] = { 0 }; -- cgit v1.2.3