diff options
Diffstat (limited to 'js/Sources/READAU_f.js')
-rw-r--r-- | js/Sources/READAU_f.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index 365f072e..0cfdba51 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -13,7 +13,7 @@ ipar=model.ipar; imask=9+ipar(1); tmask=ipar(imask); lunit=dstate(3); -fname=exprs(1); +fname=exprs[1-1]; while (true) { [ok,fname1,N,swap,exprs]=scicos_getvalue([msprintf(gettext("Set %s block parameters"),"READAU_f")," ",gettext("(Read Audio File)")," ",gettext("Read is done on a binary \'.au\' file")],[gettext("Input File Name"),gettext("Buffer size"),gettext("Swap Mode (0:No, 1:Yes)")],list("str",1,"vec",1,"vec",1),exprs); tmask1=[]; |