mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +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;
|
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 ) {
|
EPathCheck CheckFile( const char *path ) {
|
||||||
struct _stat sbuf;
|
struct _stat sbuf;
|
||||||
if ( _stat( path, &sbuf ) == -1 ) {
|
if ( _stat( path, &sbuf ) == -1 ) {
|
||||||
|
|
Loading…
Reference in a new issue