summaryrefslogtreecommitdiff
path: root/js/Sources/READC_f.js
diff options
context:
space:
mode:
authorSunil Shetye2018-06-15 23:43:09 +0530
committerSunil Shetye2018-06-15 23:43:09 +0530
commit073f4cb62b331bb437c894e0581126e5d1ef459f (patch)
tree84d6755d231feb9feb2d79a06e0bbe7f784d86fc /js/Sources/READC_f.js
parenta8e5849586f23ffb1ecd2fe47a636b61c80c2e70 (diff)
downloadsci2js-073f4cb62b331bb437c894e0581126e5d1ef459f.tar.gz
sci2js-073f4cb62b331bb437c894e0581126e5d1ef459f.tar.bz2
sci2js-073f4cb62b331bb437c894e0581126e5d1ef459f.zip
handle space character also
required in lists
Diffstat (limited to 'js/Sources/READC_f.js')
-rw-r--r--js/Sources/READC_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js
index aeff85c7..eafac6be 100644
--- a/js/Sources/READC_f.js
+++ b/js/Sources/READC_f.js
@@ -16,7 +16,7 @@ lunit=dstate(3);
fname=exprs(3);
frmt=exprs(4);
while (true) {
-[ok,tmask1,outmask,fname1,frmt1,M,N,offset,swap,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"),"READC_f")," ",gettext("Read from C binary file")],[gettext("Time Record Selection"),gettext("Outputs Record Selection"),gettext("Input File Name"),gettext("Input Format"),gettext("Record Size"),gettext("Buffer Size"),gettext("Initial Record Index"),gettext("Swap Mode (0:No, 1:Yes)")],list("vec",-1,"vec",-1,"str",1,"str",1,"vec",1,"vec",1,"vec",1,"vec",1),exprs);
+[ok,tmask1,outmask,fname1,frmt1,M,N,offset,swap,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"),"READC_f" )," ",gettext("Read from C binary file")],[gettext("Time Record Selection"),gettext("Outputs Record Selection"),gettext("Input File Name"),gettext("Input Format"),gettext("Record Size"),gettext("Buffer Size"),gettext("Initial Record Index"),gettext("Swap Mode (0:No, 1:Yes)")],list("vec",-1,"vec",-1,"str",1,"str",1,"vec",1,"vec",1,"vec",1,"vec",1),exprs);
if (!ok) {
break
}