lel

Fork of Hiltjo's Farbfeld image viewer. (It was just for fun, not much use)
Log | Files | Refs | README | LICENSE

commit 7231c4073e12c366677efea96b4c39f8276b0795
parent 4953d8cb575ba1363490443473a44f1bd5331f88
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Sat, 24 Apr 2021 19:42:47 -0700

Fix bzip'd farbfeld filter

Diffstat:
Mlel.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lel.c b/lel.c @@ -40,7 +40,7 @@ struct filter { char *pat; char *bin; } filters[] = { - { "*.ff.bz2", "bunzip" }, + { "*.ff.bz2", "bunzip2" }, { "*.jpg", "jpg2ff" }, { "*.png", "png2ff" } };