mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
asdf
This commit is contained in:
parent
e5366326f2
commit
38b64a18d0
1 changed files with 2 additions and 0 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue