diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 07:14:33 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-01-17 07:14:33 +0000 |
commit | 3e150a880447536a0af58c395e5a857635e985d3 (patch) | |
tree | 867c3504f60ee9bfd2fa5db3dd66d5b3a1649ecd /games/robots/main.c | |
parent | 8e78a24e2e89c03ac53bd758a1781c925fe7ab71 (diff) |
r?index -> strr?chr
Diffstat (limited to 'games/robots/main.c')
-rw-r--r-- | games/robots/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/robots/main.c b/games/robots/main.c index c55725b53f3..215e962e7b5 100644 --- a/games/robots/main.c +++ b/games/robots/main.c @@ -76,7 +76,7 @@ char **av; else { Scorefile = av[0]; # ifdef FANCY - sp = rindex(Scorefile, '/'); + sp = strrchr(Scorefile, '/'); if (sp == NULL) sp = Scorefile; if (strcmp(sp, "pattern_roll") == 0) |