X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput-item-provider.h;h=62e756155951d817f8b63ed4b1cc11d82434ce0b;hb=5e8eab0fb47cff52247ef61713003537dd986118;hp=552549cee9eaa54fee0288fd2b5dc9877f49c637;hpb=cb08510bbbab7646bc1031427243489024d22a3b;p=pspp diff --git a/src/output/output-item-provider.h b/src/output/output-item-provider.h index 552549cee9..62e7561559 100644 --- a/src/output/output-item-provider.h +++ b/src/output/output-item-provider.h @@ -42,6 +42,7 @@ struct output_item_class .class = (SRC)->class, \ .ref_cnt = 1, \ .label = xstrdup_if_nonnull ((SRC)->label), \ + .command_name = xstrdup_if_nonnull ((SRC)->command_name), \ } #endif /* output/output-item-provider.h */