René Scharfe <rene.scharfe@xxxxxxxxxxxxxx> writes: > printf() without an explicit format string is not a good coding practise, > unless the printed string is guaranteed to not contain percent signs. While > fixing this, we might as well combine the calls to fwrite() and printf(). Good catch; I should have caught it when I applied the "split overlong function" patch, but I apparently was blind. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html