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; }