emacs-devel
[Top][All Lists]
Advanced

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

Re: load_charset warning


From: Kenichi Handa
Subject: Re: load_charset warning
Date: Fri, 01 May 2009 21:17:34 +0900

In article <address@hidden>, Emanuele Giaquinta <address@hidden> writes:

> I also noticed a useless assignment to for_encoder, see attached patch.

> Emanuele Giaquinta

> --WhfpMioaduB5tiZL
> Content-Type: text/x-diff; charset=us-ascii
> Content-Disposition: attachment; filename="load_charset_map.diff"

> diff --git a/src/charset.c b/src/charset.c
> index 15975a4..7d9bc2f 100644
> --- a/src/charset.c
> +++ b/src/charset.c
> @@ -319,7 +319,6 @@ load_charset_map (charset, entries, n_entries, 
> control_flag)
>           {
>             memset (temp_charset_work->table.decoder, -1,
>                     sizeof (int) * 0x10000);
> -           temp_charset_work->for_encoder = 0;
>           }
>         else
>           {

Thank you.  I committed that change too.

---
Kenichi Handa
address@hidden




reply via email to

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