Skip to content

Commit

Permalink
Minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-arch committed Oct 11, 2024
1 parent ea73cf7 commit 86954d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/tools/imgprev/clifmimg
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ main() {
case "$file" in
*.bmp|*.BMP|*.ico|*.ICO|*.pcx|*.PCX|*.tga|*.TGA)
hash_file "$file"
if [ -f "${PCACHE}.jpg" ] || gen_img_convert_preview "$file" "${PCACHE}.jpg" >/dev/null 2>&1; then
if [ -f "${PCACHE}.jpg" ] || gen_img_convert_preview "$file" "${PCACHE}.jpg"; then
display "${PCACHE}.jpg"
fi
;;
Expand Down

0 comments on commit 86954d5

Please sign in to comment.