Skip to content
Snippets Groups Projects
Commit 6e8bca87 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

"$emptyCanvas" fehlten bei unterdrückten Positionen

parent 409edc00
Branches master
No related tags found
No related merge requests found
...@@ -82,6 +82,9 @@ for (( i=1; i<=$MAX_DIGITS; i++ )); do ...@@ -82,6 +82,9 @@ for (( i=1; i<=$MAX_DIGITS; i++ )); do
else else
eval DOT$i=$emptyCanvas; eval DOT$i=$emptyCanvas;
fi fi
else
eval CHAR$i=$emptyCanvas;
eval DOT$i=$emptyCanvas;
fi fi
done # NUMBER_OF_DIGITS done # NUMBER_OF_DIGITS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment