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/Sources/INIMPL_f.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/Sources/INIMPL_f.js') diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index 58d6da2f..ebc345f8 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -33,7 +33,7 @@ exprs=exprs[1-1]; while (true) { [ok,prt,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"),"INIMPL_f")," ",gettext("Implicit input port")," "],"Port Number",list("vec",1),exprs); if (!ok) { -break +break; } prt=int(prt); if (prt<=0) { @@ -47,7 +47,7 @@ model.ipar=prt; graphics.exprs=exprs; x.graphics=graphics; x.model=model; -break +break; } } } -- cgit