mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
use lstat instead of stat to stat files. Avoids problems with links.
This commit is contained in:
parent
e90b4a13b3
commit
1866956984
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ typedef char _TCHAR;
|
|||
#define _ttelldir telldir
|
||||
#define _tseekdir seekdir
|
||||
#define _tcreat creat
|
||||
#define _tstat stat
|
||||
#define _tstat lstat
|
||||
#define _tunlink unlink
|
||||
#define _tmkdir mkdir
|
||||
#define _trmdir rmdir
|
||||
|
|
Loading…
Reference in a new issue