bug-gnulib
[Top][All Lists]
Advanced

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

Re: new module mbspbrk


From: Bruno Haible
Subject: Re: new module mbspbrk
Date: Sun, 11 Feb 2007 23:40:12 +0100
User-agent: KMail/1.5.4

A cosmetic tweak:

2007-02-11  Bruno Haible  <address@hidden>

        * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.

--- lib/mbspbrk.c       5 Feb 2007 03:12:26 -0000       1.1
+++ lib/mbspbrk.c       11 Feb 2007 22:32:41 -0000
@@ -46,7 +46,7 @@
        {
          if (mb_len (mbui_cur (iter)) == 1)
            {
-             if (mbschr (accept, (unsigned char) * mbui_cur_ptr (iter)))
+             if (mbschr (accept, * mbui_cur_ptr (iter)))
                return (char *) mbui_cur_ptr (iter);
            }
          else





reply via email to

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