Ignore:
File:
1 edited

Legend:

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

    red903174 ra248234  
    8282bool fat_dentry_name_verify(const char *name)
    8383{
    84         unsigned int i;
    85         unsigned int dot = 0;
     84        unsigned i, dot;
    8685        bool dot_found = false;
    8786       
Note: See TracChangeset for help on using the changeset viewer.