--- np2/x11/dosio.c 2005/03/09 16:13:24 1.14 +++ np2/x11/dosio.c 2011/01/03 11:49:25 1.16 @@ -1,4 +1,4 @@ -/* $Id: dosio.c,v 1.14 2005/03/09 16:13:24 monaka Exp $ */ +/* $Id: dosio.c,v 1.16 2011/01/03 11:49:25 monaka Exp $ */ #include "compiler.h" @@ -223,7 +223,7 @@ file_attr_c(const OEMCHAR *filename) *curfilep = '\0'; file_catname(curpath, filename, sizeof(curpath)); - return file_attr_c(curpath); + return file_attr(curpath); } FLISTH @@ -362,7 +362,7 @@ BOOL file_cmpname(const OEMCHAR *path, const OEMCHAR *path2) { - return strcmp(path, path2); + return strcasecmp(path, path2); } OEMCHAR *