Replace rindex() with strrchr()
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 30 Aug 2015 08:54:06 +0000 (10:54 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 30 Aug 2015 08:54:06 +0000 (10:54 +0200)
commit17d0e44f57a34b20820c7072296b93f6b42ba167
treec0de620d7c2ba555fe5651d9832015753418e92f
parent6a6c1acc92a4ad77f93c7508fc70705ce88fcb6d
Replace rindex() with strrchr()

This fixes compilation on Android, and should be a general
improvement since rindex() is deprecated.
src/curses/ux_init.c