Comment on [HELP] Converting JSON to Sqlite in C
alr@programming.dev 1 year agoFor the benefit of anyone reading this later, the function to check end-of-file should be feof
, not foef
.
Comment on [HELP] Converting JSON to Sqlite in C
alr@programming.dev 1 year agoFor the benefit of anyone reading this later, the function to check end-of-file should be feof
, not foef
.
Max_P@lemmy.max-p.me 1 year ago
Updated, good catch!