Skip to content
Snippets Groups Projects

fix uninitialized ctx->help variables

Merged Alexis Nasr requested to merge fixhelp into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,6 +27,7 @@ cff_cutoff_context *cff_cutoff_context_new(void)
@@ -27,6 +27,7 @@ cff_cutoff_context *cff_cutoff_context_new(void)
{
{
cff_cutoff_context *ctx = (cff_cutoff_context *)memalloc(sizeof(cff_cutoff_context));
cff_cutoff_context *ctx = (cff_cutoff_context *)memalloc(sizeof(cff_cutoff_context));
 
ctx->help = 0;
ctx->verbose = 0;
ctx->verbose = 0;
ctx->program_name = NULL;
ctx->program_name = NULL;
ctx->vocabs_filename = NULL;
ctx->vocabs_filename = NULL;
Loading