From aec1b8dddc68ecb8288ec6132932e4c7b4bca09f Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Tue, 10 Jan 2023 11:05:21 +0000 Subject: getting close to done --- unsorted/uCOS.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsorted') diff --git a/unsorted/uCOS.c b/unsorted/uCOS.c index 68f8832..2a7f643 100644 --- a/unsorted/uCOS.c +++ b/unsorted/uCOS.c @@ -140,7 +140,7 @@ void COS_GetPString(StringPtr buffer, SInt16 strListID, SInt16 index) { GetIndString((StringPtr) buffer, strListID, index); } -Boolean COS_IsMultiByte(const char *str1, const char *str2) { +Boolean COS_IsMultiByte(const void *str1, const void *str2) { return OS_IsMultiByte(str1, str2); } -- cgit v1.2.3