Ignore:
File:
1 edited

Legend:

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

    ra248234 r19f857a  
    3838#include "fat_dentry.h"
    3939#include <ctype.h>
    40 #include <string.h>
     40#include <str.h>
    4141
    4242static bool is_d_char(const char ch)
     
    8282bool fat_dentry_name_verify(const char *name)
    8383{
    84         unsigned i, dot;
     84        unsigned int i;
     85        unsigned int dot = 0;
    8586        bool dot_found = false;
    8687       
Note: See TracChangeset for help on using the changeset viewer.