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

From: Tigran Aivazian (tigran@sco.COM)
Date: Thu Jan 13 2000 - 04:06:23 EST


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/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:22 EST