This commit is contained in:
Timothee 'TTimo' Besset 2012-07-14 13:53:17 -05:00
parent e5366326f2
commit 38b64a18d0

View file

@ -227,6 +227,8 @@ const char* FindFiles::NextFile() {
return findFileData.cFileName;
}
// NOTE: has a problem when trailing (back)slashes are present (different behavior than the nix implementation)
// https://github.com/TTimo/GtkRadiant/issues/87
EPathCheck CheckFile( const char *path ) {
struct _stat sbuf;
if ( _stat( path, &sbuf ) == -1 ) {