mirror of https://github.com/mgba-emu/mgba.git
Windows: Fix VDir unitialized variable
This commit is contained in:
parent
978349d765
commit
2c52c55efc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue