You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 1997/01/20 06:10:15 UTC

Oops... missed this sscanf() warning

Anybody else see this?:

mod_imap.c: In function `imap_handler':
mod_imap.c:689: warning: unknown conversion type character `.' in format
mod_imap.c:689: warning: unknown conversion type character `.' in format
mod_imap.c:689: warning: too many arguments for format

It's the %.200s

It should be %200s

Change or discuss?

-- 
====================================================================
      Jim Jagielski            |       jaguNET Access Services
     jim@jaguNET.com           |       http://www.jaguNET.com/
                  "Not the Craw... the CRAW!"

Re: Oops... missed this sscanf() warning

Posted by Marc Slemko <ma...@znep.com>.
Change.  

May as well be 255.

Sorry.

On Mon, 20 Jan 1997, Jim Jagielski wrote:

> Anybody else see this?:
> 
> mod_imap.c: In function `imap_handler':
> mod_imap.c:689: warning: unknown conversion type character `.' in format
> mod_imap.c:689: warning: unknown conversion type character `.' in format
> mod_imap.c:689: warning: too many arguments for format
> 
> It's the %.200s
> 
> It should be %200s
> 
> Change or discuss?
> 
> -- 
> ====================================================================
>       Jim Jagielski            |       jaguNET Access Services
>      jim@jaguNET.com           |       http://www.jaguNET.com/
>                   "Not the Craw... the CRAW!"
>