Re: sscanf(..., "%lld", ...) broken?

2001-12-12 Thread Dan Peterson
Jos Backus <[EMAIL PROTECTED]> wrote: > Is this PR-worthy? I am seeing this in both -stable and -current. The lftp > author claims it's our bug, not his. > > > It seems to me that sscanf on FreeBSD does not correctly handle long > > long type (%lld). There is another similar report, the reporter

Re: sscanf(..., "%lld", ...) broken?

2001-12-11 Thread Bill Fenner
>Is this PR-worthy? Not really; the C99 conformance project is already working on this (in particular, I am working on scanf). Bill To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

sscanf(..., "%lld", ...) broken?

2001-12-10 Thread Jos Backus
Is this PR-worthy? I am seeing this in both -stable and -current. The lftp author claims it's our bug, not his. Jos - Forwarded message from "Alexander V. Lukyanov" <[EMAIL PROTECTED]> - Date: Mon, 10 Dec 2001 11:47:16 +0300 From: "Alexander V. Lukyanov" <[EMAIL PROTECTED]> To: Jos Back