summaryrefslogtreecommitdiff
path: root/fatfs/src/option/cc950.c
diff options
context:
space:
mode:
authorLeo C2014-11-17 15:12:44 +0100
committerLeo C2014-11-17 15:12:44 +0100
commit05437fb4cdb907816a4fc3ffafa2617fcf33266a (patch)
treeb9c5c27aec894465a7741bab84a402d98839a813 /fatfs/src/option/cc950.c
parent3531528ecedde37d5ebc67a330d192565290175a (diff)
parent7b78a5a287827db9e9b16286f3604aef69b37c5c (diff)
downloadz180-stamp-05437fb4cdb907816a4fc3ffafa2617fcf33266a.zip
Merge tag 'fatfs-0.10c'
Import fatfs R0.10c
Diffstat (limited to 'fatfs/src/option/cc950.c')
-rw-r--r--fatfs/src/option/cc950.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fatfs/src/option/cc950.c b/fatfs/src/option/cc950.c
index a3c9c44..d914b6d 100644
--- a/fatfs/src/option/cc950.c
+++ b/fatfs/src/option/cc950.c
@@ -6791,10 +6791,10 @@ WCHAR ff_convert ( /* Converted code, 0 means conversion error */
} else {
if (dir) { /* OEMCP to unicode */
p = oem2uni;
- hi = sizeof(oem2uni) / 4 - 1;
+ hi = sizeof oem2uni / 4 - 1;
} else { /* Unicode to OEMCP */
p = uni2oem;
- hi = sizeof(uni2oem) / 4 - 1;
+ hi = sizeof uni2oem / 4 - 1;
}
li = 0;
for (n = 16; n; n--) {