Skip to content

Commit

Permalink
Windows: Fix VDir unitialized variable
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Dec 31, 2016
1 parent f5d9972 commit 6769fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/windows/vfs-w32.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ struct VDir* VDirOpen(const char* path) {
vd->vde.d.name = _vdweName;
vd->vde.d.type = _vdweType;
vd->vde.ffData = ffData;
vd->vde.utf8Name = NULL;

return &vd->d;
}
Expand Down

0 comments on commit 6769fd7

Please sign in to comment.