summaryrefslogtreecommitdiff
path: root/unsorted
diff options
context:
space:
mode:
Diffstat (limited to 'unsorted')
-rw-r--r--unsorted/uCOS.c4
1 files changed, 2 insertions, 2 deletions
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) {