diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-19 06:14:31 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-19 06:14:43 +0100 |
commit | bac92f26127681d0592efb7017657200cccd0e0f (patch) | |
tree | 12eed575011e673709057434dcdfbcb40dd42091 | |
parent | 64ba54e8e622099fdbe6bb518832db1cceb1a64c (diff) | |
download | fiv-bac92f26127681d0592efb7017657200cccd0e0f.tar.gz fiv-bac92f26127681d0592efb7017657200cccd0e0f.tar.xz fiv-bac92f26127681d0592efb7017657200cccd0e0f.zip |
Update a comment
-rw-r--r-- | fiv-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |