Fix some initialization/sprintf warnings.
This commit is contained in:
parent
17086b65c3
commit
7349de55d1
8 changed files with 26 additions and 18 deletions
|
@ -169,7 +169,7 @@ void VirtualDiscFileSystem::DoState(PointerWrap &p)
|
|||
|
||||
for (int i = 0; i < entryCount; i++)
|
||||
{
|
||||
u32 fd;
|
||||
u32 fd = 0;
|
||||
OpenFileEntry of;
|
||||
|
||||
p.Do(fd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue