summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/debugimgui.cpp
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2016-12-15 22:05:15 -0500
committer arbee <rb6502@users.noreply.github.com>2016-12-15 22:05:15 -0500
commitfcf35c1b303cd21eb0cd73444cbba49110aacacd (patch)
treeea3ddcde1f9bc28cdef61f84c1f1181966e8afd5 /src/osd/modules/debugger/debugimgui.cpp
parent733df166a30a2ac35c9c80659e3cbfe628ae0847 (diff)
fix compile with Xcode 8.2 (nw)
Diffstat (limited to 'src/osd/modules/debugger/debugimgui.cpp')
-rw-r--r--src/osd/modules/debugger/debugimgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/debugger/debugimgui.cpp b/src/osd/modules/debugger/debugimgui.cpp
index a92ad53b5a1..8c48d1a2b7d 100644
--- a/src/osd/modules/debugger/debugimgui.cpp
+++ b/src/osd/modules/debugger/debugimgui.cpp
@@ -1000,7 +1000,7 @@ void debug_imgui::refresh_filelist()
util::zippath_directory* dir = nullptr;
const char *volume_name;
const osd::directory::entry *dirent;
- uint8_t first;
+ uint8_t first = 0;
// todo
m_filelist.clear();