On 6/3/07, Steven Grimm <koreth@xxxxxxxxxxxxx> wrote:
fprintf wants an int parameter for the field width of a "%.*s" expression, but the code was passing a size_t instead. This potentially broke systems where sizeof(size_t) != sizeof(int). And even on systems where it did't break, it still caused a compiler warning.
Thanks, I also fixed another such occurrence. BTW, in good git spirit you are encouraged to sign off your patches. :) -- Jonas Fonseca - 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