]> Kevux Git Server - fll/commit
Regression: The iki_read is not processing anything.
authorKevin Day <thekevinday@gmail.com>
Thu, 5 May 2022 03:08:12 +0000 (22:08 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 5 May 2022 03:08:12 +0000 (22:08 -0500)
commitcfdbd7af37e56f6f01d50069d8668b111a72fce8
tree1e81ccf1c57b1b8324cb07beefa0a8ee6d7f96f1
parent240977feab9536cf4230ce7eb7f164bc49af1a1a
Regression: The iki_read is not processing anything.

This is a mistake in the commit b1dddea0ecf4aecfe0c7965b1b40b2432ce47b8a.
The size_file variable was created but file.size_read was not replaced in the call:
  status = f_file_size_by_id(file.id, &file.size_read);
level_3/iki_read/c/iki_read.c