summaryrefslogtreecommitdiff
path: root/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp')
-rw-r--r--Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp b/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp
index 0beaa10a25..0093a6159c 100644
--- a/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp
+++ b/Source/Core/DebuggerWX/Src/CodeWindowSJP.cpp
@@ -206,7 +206,7 @@ void CCodeWindow::OnSymbolsMenu(wxCommandEvent& event)
bool started = false;
while (!feof(f))
{
- char line[512], temp[256];
+ char line[512];
fgets(line, 511, f);
if (strlen(line) < 4)
continue;