weechat-dev
[Top][All Lists]
Advanced

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

[Weechat-dev] [bug #41420] Compilation fails on android due to use of ri


From: anonymous
Subject: [Weechat-dev] [bug #41420] Compilation fails on android due to use of rindex(3)
Date: Sat, 01 Feb 2014 14:47:26 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36

URL:
  <http://savannah.nongnu.org/bugs/?41420>

                 Summary: Compilation fails on android due to use of rindex(3)
                 Project: WeeChat
            Submitted by: None
            Submitted on: Sat 01 Feb 2014 02:47:25 PM UTC
                Category: compilation
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.4.3-dev
                IRC nick: fornwall

    _______________________________________________________

Details:

Currently compilation fails on android due to the use of rindex() in
src/gui/gui-completion.c.

A fix is to replace rindex() with strrchr(), which should be a good change in
general since rindex() seems to be a legacy function.

Patch available at http://savannah.nongnu.org/patch/?8301




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?41420>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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