forked from CastroFidel/PortWINE
		
	minor fixes for resize_png
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user