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: [email protected]
             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/


_______________________________________________
Weechat-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/weechat-dev

Reply via email to