Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Replace rindex() with strrchr() #20

Merged
merged 1 commit into from
Aug 30, 2015
Merged

Replace rindex() with strrchr() #20

merged 1 commit into from
Aug 30, 2015

Conversation

fornwall
Copy link
Contributor

This fixes compilation on Android, and should be a general
improvement since rindex() is deprecated.

http://pubs.opengroup.org/onlinepubs/009695399/functions/rindex.html

This fixes compilation on Android, and should be a general
improvement since rindex() is deprecated.
DavidGriffith added a commit that referenced this pull request Aug 30, 2015
Replace rindex() with strrchr()
@DavidGriffith DavidGriffith merged commit 610a1cf into DavidGriffith:master Aug 30, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants