Introduction
Introduction Statistics Contact Development Disclaimer Help
lel-open: update extension (if => ff) - lel - Farbfeld image viewer
git clone git://git.codemadness.org/lel
Log
Files
Refs
README
LICENSE
---
commit 4aae420a8f5d8010d5f68b1db93b6f4c877f73da
parent 9dc3cfac9de524538f535a6dd343b41ed53b7014
Author: Svyatoslav Mishyn <[email protected]>
Date: Tue, 26 Jul 2016 20:31:13 +0300
lel-open: update extension (if => ff)
Diffstat:
M lel-open | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lel-open b/lel-open
@@ -10,7 +10,7 @@ elif test x"$ext" = x".png"; then
convert="png2ff"
elif test x"$ext" = x".gif"; then
convert="gif2ff"
-elif test x"$ext" = x".if"; then
+elif test x"$ext" = x".ff"; then
convert="cat"
elif test x"$ext" = x".bz2"; then
convert="bzip2 -dc"
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.