grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 3/3] Compilation with external intl library


From: Robert Millan
Subject: Re: [PATCH 3/3] Compilation with external intl library
Date: Fri, 1 Jan 2010 13:09:59 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Thu, Dec 31, 2009 at 05:55:09PM +0100, Yves Blusseau wrote:
> 2009-12-31  Yves Blusseau  <address@hidden>
> 
>       * util/mkisofs/mkisofs.c: fix a warning about a bad cast when NLS
>       is disabled
> ---
>  ChangeLog.bad-cast     |    6 ++++++
>  util/mkisofs/mkisofs.c |    2 +-
>  2 files changed, 7 insertions(+), 1 deletions(-)
>  create mode 100644 ChangeLog.bad-cast

> diff --git a/ChangeLog.bad-cast b/ChangeLog.bad-cast
> new file mode 100644
> index 0000000..97ee16b
> --- /dev/null
> +++ b/ChangeLog.bad-cast
> @@ -0,0 +1,6 @@
> +Compilation with external intl library
> +
> +2009-12-31  Yves Blusseau  <address@hidden>
> +
> +     * util/mkisofs/mkisofs.c: fix a warning about a bad cast when NLS
> +     is disabled
> diff --git a/util/mkisofs/mkisofs.c b/util/mkisofs/mkisofs.c
> index 4ed091b..57e77dd 100644
> --- a/util/mkisofs/mkisofs.c
> +++ b/util/mkisofs/mkisofs.c
> @@ -490,7 +490,7 @@ void usage(){
>         int comma;
>         int len;
>         unsigned int j;
> -       char *arg;
> +       const char *arg;
>  
>         printf ("  ");

This is fine.  In the future, feel free to commit this kind of obvious
cleanup directly.

Thanks!

-- 
Robert Millan

  "Be the change you want to see in the world" -- Gandhi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]