[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] printf long format
From: |
Marco Gerards |
Subject: |
Re: [patch] printf long format |
Date: |
Wed, 22 Jun 2005 13:05:38 +0200 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) |
Hollis Blanchard <address@hidden> writes:
> Debugging a partition map bug, I was adding more grub_dprintf messages...
> and re-discovered that our printf doesn't handle e.g. "%lx" format strings
> (yet
> gcc requires these when printing longs).
Isn't that hexadecimal?
> * kern/misc.c (grub_vsprintf): Add `longfmt'. If format string
> contains `l' modifier, get a long from va_arg().
You forgot the first line... Please make sure the date you use is the
date you check in. With your previous commit something went wrong.
> if (*fmt && *fmt =='-')
> {
> rightfill = 1;
> fmt++;
> }
> -
> +
> p = (char *) fmt;
> /* Read formatting parameters. */
Please watch out for such stuff. I know it is annoying...
The patch looks fine to me.
Thanks,
Marco
- [patch] printf long format, Hollis Blanchard, 2005/06/21
- [patch] printf long format, Hollis Blanchard, 2005/06/21
- Re: [patch] printf long format,
Marco Gerards <=
- Re: [patch] printf long format, Hollis Blanchard, 2005/06/22
- Re: [patch] printf long format, Yoshinori K. Okuji, 2005/06/22
- Re: [patch] printf long format, Marco Gerards, 2005/06/22
- Re: [patch] printf long format, Yoshinori K. Okuji, 2005/06/22
- Re: [patch] printf long format, Marco Gerards, 2005/06/22
- Re: [patch] printf long format, Yoshinori K. Okuji, 2005/06/22
- Re: [patch] printf long format, Marco Gerards, 2005/06/22
- Re: [patch] printf long format, Yoshinori K. Okuji, 2005/06/22