Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4264 → Rev 4265

/trunk/uspace/srv/fs/fat/fat_dentry.c
66,7 → 66,7
 
if (!(rc = stricmp(name, component)))
return rc;
if (!strchr(name, '.')) {
if (!str_chr(name, '.')) {
/*
* There is no '.' in the name, so we know that there is enough
* space for appending an extra '.' to name.