On Thu,  7 Jul 2022 13:30:06 -0700
lon...@linuxonhyperv.com wrote:

> +     file = fopen(path, "rb");

Minor nit, if you make any later changes.
"rb" is same as "r" on Linux.  b means binary, and this is
actually a text file.

Reply via email to