[LTP] [PATCH] ltp-pan: Increase allowed width of test name in logs

Cyril Hrubis chrubis@suse.cz
Mon Jul 30 14:19:41 CEST 2018


Hi!
> +static char *result_fmt = "%-50s %-10.10s %-10.10s\n";

This should be a macro otherwise the compilation will fail for some
compilers since the format string passed to fprintf() is not a static
string.


Other than that it looks fine.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list