Sorry, I had introduced tab in source code.
This commit is contained in:
parent
8e9fe9f489
commit
74673513e7
|
@ -1108,7 +1108,7 @@ win32_xstat_impl(const char *path, struct win32_stat *result, BOOL traverse, int
|
||||||
HANDLE hFile;
|
HANDLE hFile;
|
||||||
BY_HANDLE_FILE_INFORMATION info;
|
BY_HANDLE_FILE_INFORMATION info;
|
||||||
ULONG reparse_tag = 0;
|
ULONG reparse_tag = 0;
|
||||||
wchar_t *target_path;
|
wchar_t *target_path;
|
||||||
const char *dot;
|
const char *dot;
|
||||||
|
|
||||||
if (depth > SYMLOOP_MAX) {
|
if (depth > SYMLOOP_MAX) {
|
||||||
|
|
Loading…
Reference in New Issue