From 7ccc6cc8a5c361f97050434149d75483132d59aa Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 8 Oct 2023 16:46:27 -0400 Subject: [PATCH] Fix bug with duplicate frames --- fgen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fgen.sh b/fgen.sh index 7dc2bb2..5634d6a 100755 --- a/fgen.sh +++ b/fgen.sh @@ -353,6 +353,8 @@ if [ ${trames} -eq 1 ]; then # Use symlink??? cp ${fname} ${wfname} + + nf=${w} done fi -- 2.20.1