Commit f027b9ae authored by Mikhail Tergoev's avatar Mikhail Tergoev

minor fixes for resize_png

parent ef5939a5
......@@ -4514,7 +4514,7 @@ relaxed - Same as fifo but allows tearing when below the monitors refresh rate."
# RESIZE PNG FILE
resize_png () {
if [[ -z "$1" ]] || [[ -z "$2" ]] || [[ -z "$2" ]] ; then
if [[ -z "$1" ]] || [[ -z "$2" ]] || [[ -z "$3" ]] ; then
print_error "no argument specified for resize_png"
return 1
else
......
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