diff --git a/tools/fs-common.c b/tools/fs-common.c index 01d3f570f..37a3ba28a 100644 --- a/tools/fs-common.c +++ b/tools/fs-common.c @@ -150,6 +150,7 @@ fs_common_read( // Reading a 0 size at the end of the file will return // SQSH_ERROR_OUT_OF_BOUNDS. This should succeed instead, // providing an empty buffer. + // TODO: Fix this in lib/reader/reader.c if (size == 0) { return 0; }