From bac92f26127681d0592efb7017657200cccd0e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 19 Dec 2021 06:14:31 +0100 Subject: Update a comment --- fiv-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fiv-io.c') diff --git a/fiv-io.c b/fiv-io.c index 568c7c1..7b83a09 100644 --- a/fiv-io.c +++ b/fiv-io.c @@ -1835,7 +1835,7 @@ fiv_io_open(const gchar *path, GError **error) { // TODO(p): Don't always load everything into memory, test type first, // so that we can reject non-pictures early. Wuffs only needs the first - // 16 bytes to make a guess right now. + // 16 bytes (soon 12) to make a guess right now. // // LibRaw poses an issue--there is no good registry for identification // of supported files. Many of them are compliant TIFF files. -- cgit v1.2.3