Commit 4d00a4da authored by Dylan Araps's avatar Dylan Araps

Image: [catimg] Fix math order

parent f052c6ad
...@@ -2346,7 +2346,7 @@ display_image() { ...@@ -2346,7 +2346,7 @@ display_image() {
;; ;;
"catimg") "catimg")
catimg -w "$((width / font_width * 2))" -r 0 "$image" || to_off "Image: catimg failed to display the image." catimg -w "$((width * 2 / font_width))" -r 0 "$image" || to_off "Image: catimg failed to display the image."
zws= zws=
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment