From 9a46dd0e2e80790d9848c0bbd718932a27c23269 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Mon, 7 Nov 2022 03:06:21 +0000 Subject: honk --- unsorted/uCOS.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unsorted/uCOS.c') diff --git a/unsorted/uCOS.c b/unsorted/uCOS.c index 5564e5b..68f8832 100644 --- a/unsorted/uCOS.c +++ b/unsorted/uCOS.c @@ -140,8 +140,8 @@ void COS_GetPString(StringPtr buffer, SInt16 strListID, SInt16 index) { GetIndString((StringPtr) buffer, strListID, index); } -Boolean COS_IsMultiByte(const char *str, int offset) { - return OS_IsMultiByte(str, offset); +Boolean COS_IsMultiByte(const char *str1, const char *str2) { + return OS_IsMultiByte(str1, str2); } OSErr COS_FileNew(const FSSpec *spec, SInt16 *refNum, OSType creator, OSType fileType) { -- cgit v1.2.3