Changeset 980311e in mainline for uspace/srv/fs/fat/fat_dentry.c


Ignore:
Timestamp:
2011-08-24T21:32:32Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81e9cb3
Parents:
a5454cf
Message:

Remove wstr_chr().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.c

    ra5454cf r980311e  
    356356       
    357357        while ((ch = str_decode(name, &offset, STR_NO_LIMIT)) != 0) {
    358                 if (wstr_chr(FAT_STOP_CHARS, ch) != NULL) {
     358                if (str_chr(FAT_STOP_CHARS, ch) != NULL) {
    359359                        result = false;
    360360                        break;
Note: See TracChangeset for help on using the changeset viewer.