From 1fd13584e7c38a94b936cbe37cbf408a00a11dde Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 24 Oct 2011 17:00:23 +0000 Subject: [PATCH] Fix warning. --- src/sbbs3/str_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/str_util.c b/src/sbbs3/str_util.c index 3f03f7ebef..7e7de6bf0c 100644 --- a/src/sbbs3/str_util.c +++ b/src/sbbs3/str_util.c @@ -553,7 +553,7 @@ char DLLCALL exascii_to_ascii_char(uchar ch) /****************************************************************************/ char* DLLCALL ascii_str(uchar* str) { - char* p=str; + uchar* p=str; while(*p) { if((*p)&0x80) -- GitLab