[Resend][Patch] fixing a comment

2007-02-05 Thread Martin Peschke
The return value of scnprintf() never exceeds @size. Patch is against 2.6.20-rc6-mm3 Signed-off-by: Martin Peschke <[EMAIL PROTECTED]> --- vsprintf.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/lib/vsprintf.c2007-02-02 19:12:09.0 +0100 +++ b/lib/vsprintf.c

[Patch] fixing a comment

2007-02-05 Thread martin
The return value of scnprintf() never exceeds @size. Patch is against 2.6.20-rc6-mm3 Cc: Martin Peschke <[EMAIL PROTECTED]> --- vsprintf.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) --- a/lib/vsprintf.c2007-02-02 19:12:09.0 +0100 +++ b/lib/vsprintf.c2007-02-05