Changes in uspace/srv/fs/fat/fat_dentry.c [2c22f1f7:19f857a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.c
r2c22f1f7 r19f857a 42 42 static bool is_d_char(const char ch) 43 43 { 44 if (isalnum(ch) || ch == '_' || ch == '-')44 if (isalnum(ch) || ch == '_') 45 45 return true; 46 46 else
Note:
See TracChangeset
for help on using the changeset viewer.