From cd5b0819762aa4a1cb72d29ab7b8c3ac65bbad76 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 18 Jun 2018 17:30:31 +0530 Subject: use format string --- js/Branching/CLKGOTO.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Branching/CLKGOTO.js') diff --git a/js/Branching/CLKGOTO.js b/js/Branching/CLKGOTO.js index 2059a46c..e37cc707 100644 --- a/js/Branching/CLKGOTO.js +++ b/js/Branching/CLKGOTO.js @@ -25,7 +25,7 @@ exprs=graphics.exprs; while (true) { [ok,tag,tagvis,exprs]=scicos_getvalue("Set block parameters",["Tag","Tag Visibility (1=Local 2=Scoped 3=Global)"],list("str",-1,"vec",1),exprs); if (!ok) { -break +break; } if (((tagvis<1)||(tagvis>3))) { message("Tag Visibility must be between 1 and 3"); @@ -44,7 +44,7 @@ model.firing=-1; graphics.exprs=exprs; x.graphics=graphics; x.model=model; -break +break; } } needcompile=resume(needcompile) -- cgit