There is only a single '%c' so the second parameter is ignored.
fl_color_print(output.stream, context.set.important, " Notes:");
- fprintf(output.stream, "%c", f_string_eol[0], f_string_eol[0]);
+ fprintf(output.stream, "%c", f_string_eol[0]);
fprintf(output.stream, " This program will print the content associated with the given object and content data based on the FSS-0002 Basic List standard.%c", f_string_eol[0]);
fl_color_print(output.stream, context.set.important, " Notes:");
- fprintf(output.stream, "%c", f_string_eol[0], f_string_eol[0]);
+ fprintf(output.stream, "%c", f_string_eol[0]);
fprintf(output.stream, " This program will print the content associated with the given object and content data based on the FSS-0000 Basic standard.%c", f_string_eol[0]);
fl_color_print(output.stream, context.set.important, " Notes:");
- fprintf(output.stream, "%c", f_string_eol[0], f_string_eol[0]);
+ fprintf(output.stream, "%c", f_string_eol[0]);
fprintf(output.stream, " This program will print the content associated with the given object and content data based on the FSS-0002 Basic List standard.%c", f_string_eol[0]);
fl_color_print(output.stream, context.set.important, " Notes:");
- fprintf(output.stream, "%c", f_string_eol[0], f_string_eol[0]);
+ fprintf(output.stream, "%c", f_string_eol[0]);
fprintf(output.stream, " This program will print the content associated with the given object and content data based on the FSS-0001 Extended standard.%c", f_string_eol[0]);
fl_color_print(output.stream, context.set.important, " Notes:");
- fprintf(output.stream, "%c", f_string_eol[0], f_string_eol[0]);
+ fprintf(output.stream, "%c", f_string_eol[0]);
fprintf(output.stream, " This program will find and print variables, vocabularies, or content following the IKI standard, without focusing on any particular vocabulary specification.%c", f_string_eol[0]);
fl_color_print(output.stream, context.set.important, " Notes:");
- fprintf(output.stream, "%c", f_string_eol[0], f_string_eol[0]);
+ fprintf(output.stream, "%c", f_string_eol[0]);
fprintf(output.stream, " This program will accept object and content strings to generate an IKI string, such as: ");
fl_color_print(output.stream, context.set.notable, "object:\"content\"");