diff options
Diffstat (limited to 'src/win32/dir.h')
| -rw-r--r-- | src/win32/dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/dir.h b/src/win32/dir.h index 3875ab159..60883ffa5 100644 --- a/src/win32/dir.h +++ b/src/win32/dir.h @@ -11,7 +11,7 @@ struct git__dirent { int d_ino; - char d_name[GIT_WIN_PATH_UTF8]; + git_win32_path_as_utf8 d_name; }; typedef struct { |
