From 500e760d7840a4968afc8a0d720d0019a5e422b4 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 25 Jan 2006 22:46:01 +0000 Subject: [PATCH] fix it so it compiles --- base/scriptinv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/base/scriptinv.c b/base/scriptinv.c index 6dd5375..644459a 100644 --- a/base/scriptinv.c +++ b/base/scriptinv.c @@ -65,6 +65,7 @@ x_rc: } void cht_scriptinv_invoke(ScriptToInvoke *si, int argc, Tcl_Obj *const *argv) { + int rc; rc= cht_scriptinv_invoke_fg(si, argc, argv); if (rc) Tcl_BackgroundError(si->ip); } -- 2.30.2