Re: [idea] request_module(const char *fmt, ...);

Tigran Aivazian (tigran@sco.COM)
Thu, 13 Jan 2000 09:06:23 +0000 (GMT)


On Wed, 12 Jan 2000, Horst von Brand wrote:
> What about:
>
> sprintf(buf, "%s", "foo-%s");
>
> vs
>
> sprintf(buf, "foo-%s");

by the time we get to the buffer all % have already been replaced by
vsprintf() so your suggestion does not work.

Regards,
Tigran.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/