* De: Craig Rodrigues <[EMAIL PROTECTED]> [ Data: 2002-12-29 ]
[ Subjecte: Re: sparc64 tinderbox failure ]
> I'm not sure if your patch will solve the problem.
> The offending code is here:
> 240 if (lflag) {
> 241 char buf[32];
> 242 snprintf(buf, sizeof(buf), "%ld-blocks", blocksize);
> 243 printf("%-13s %*s %*s\n",
> 244 "Device:",
> 245 hlen, buf,
> 246 hlen, "Used:");
> 247 }
>
>
> Doesn't the printf() statement in question have the wrong number of
> arguments?
No, it's using variable field-length specifiers.
--
Juli Mallett <[EMAIL PROTECTED]>
AIM: BSDFlata IRC: juli@EFnet#flata
OpenDarwin, Mono, FreeBSD Developer.
ircd-hybrid Developer, EFnet addict.
FreeBSD on MIPS-Anything on FreeBSD.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message