From ca42db7353880b0400697f4c3c7f7aeecd30c971 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Mon, 2 Sep 2013 11:19:30 +0200 Subject: [PATCH] Fix compile error --- binding-mruby/binding-mruby.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding-mruby/binding-mruby.cpp b/binding-mruby/binding-mruby.cpp index c8d2435..9da48d7 100644 --- a/binding-mruby/binding-mruby.cpp +++ b/binding-mruby/binding-mruby.cpp @@ -221,7 +221,7 @@ runRMXPScripts(mrb_state *mrb, mrbc_context *ctx) if (!gState->fileSystem().exists(scriptPack.constData())) { - showError("Unable to open '" + scriptLoc + "'"); + showError("Unable to open '" + scriptPack + "'"); return; }