Changeset 831507b in mainline for uspace/srv/fs/fat/fat_dentry.c
- Timestamp:
- 2012-04-14T14:00:02Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b6d7b7c
- Parents:
- 1fff583 (diff), 1db6dfd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.c
r1fff583 r831507b 334 334 while (i < count) { 335 335 if ((ch = str_decode(src, &off, STR_NO_LIMIT)) != 0) { 336 if (ascii_check(ch) & IS_D_CHAR(ch))336 if (ascii_check(ch) && IS_D_CHAR(ch)) 337 337 *dst = toupper(ch); 338 338 else
Note:
See TracChangeset
for help on using the changeset viewer.