Ethereal-dev: Re: [ethereal-dev] rindex, strrchr

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Tue, 18 Jan 2000 10:51:17 -0800
> Please don't use rindex() in gtk/menu.c

In fact, please don't use "index()" or "rindex()" at all; "strchr()" and
"strrchr()" are the standard names.