Fix crash in ConsoleCommand::Run

refs #8791
This commit is contained in:
Gunnar Beutner 2015-03-18 14:29:02 +01:00
parent 05e55ab79d
commit 2c4f913a90
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ incomplete:
command += line; command += line;
if (addr.IsEmpty()) { if (addr.IsEmpty()) {
Expression *expr; Expression *expr = NULL;
try { try {
lines[fileName] = command; lines[fileName] = command;