Changes in uspace/srv/fs/fat/fat_dentry.c [19f857a:a248234] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_dentry.c
r19f857a ra248234 38 38 #include "fat_dentry.h" 39 39 #include <ctype.h> 40 #include <str .h>40 #include <string.h> 41 41 42 42 static bool is_d_char(const char ch) … … 82 82 bool fat_dentry_name_verify(const char *name) 83 83 { 84 unsigned int i; 85 unsigned int dot = 0; 84 unsigned i, dot; 86 85 bool dot_found = false; 87 86
Note:
See TracChangeset
for help on using the changeset viewer.