On Tue, 26 Sep 2017 15:13:56 -0400 Roman Mashak <m...@mojatatu.com> wrote:
> Since FILE *_fp was not explicitly initialized, all the consequent print_*() > calls were failing. > > Signed-off-by: Roman Mashak <m...@mojatatu.com> This works, but the later patch by Julien Fortien which gets rid of the FILE * argument all together is a cleaner solution. I will skip this patch and apply that one.