On 12/6/20 10:35 PM, Moshe Shemesh wrote: > + print_string(PRINT_ANY, NULL, "%s", > reload_action_name(action));
That line should be:
print_string(PRINT_ANY, NULL, "%s",
reload_action_name(action));
to fit preferred column widths. By print strings in my previous comment,
I meant don't wrap quoted text.
Fixed and applied.
