mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Fix some initialization/sprintf warnings.
This commit is contained in:
@@ -662,7 +662,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
|
||||
entries.clear();
|
||||
for (int i = 0; i < n; ++i)
|
||||
{
|
||||
u32 fd;
|
||||
u32 fd = 0;
|
||||
OpenFileEntry of;
|
||||
|
||||
p.Do(fd);
|
||||
|
||||
Reference in New Issue
Block a user