Commit 0228a514 by Russell Belfer

Missed one path for path_as_utf8 type

parent ee065601
...@@ -96,7 +96,7 @@ struct git__dirent *git__readdir(git__DIR *d) ...@@ -96,7 +96,7 @@ struct git__dirent *git__readdir(git__DIR *d)
void git__rewinddir(git__DIR *d) void git__rewinddir(git__DIR *d)
{ {
char filter[GIT_WIN_PATH_UTF8]; git_win32_path_as_utf8 filter;
git_win32_path filter_w; git_win32_path filter_w;
if (!d) if (!d)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment