summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs')
-rwxr-xr-xMaster/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs b/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
index a538afd1330..e2d256595ef 100755
--- a/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
+++ b/Master/texmf-dist/scripts/ketcindy/ketlib/ketcindylibmvr.cs
@@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>
//
-println("ketcindymv(20180614) loaded");
+println("ketcindymv(20180615) loaded");
//help:start();
@@ -72,7 +72,9 @@ Setpara(pathorg,fstr,sL,options,optionsanim):=(
gtmp=GLISTback;
tmp1=select(1..(length(gtmp)),indexof(gtmp_#,"ReadOutData")>0); //180614from
tmp2=[];tmp3=[];
- forall(tmp1,nn,
+ if(length(tmp1)>0, //180615
+ nn=tmp1_(length(tmp1));
+// forall(tmp1,nn,
tmp2=append(tmp2,nn);
flg=0;
tmp=min([nn+40,length(gtmp)]);