>From fresh cvs update.
In Display.cc
Display::SortType
Display::sortType()
{
static struct
{
char *typest;
SortType type;
}
sorttypes[] =
{
{"score", SortByScore},
{"date", SortByTime},
{"time", SortByTime},
! {"title", SortByTitle},
! {"id", SortByID}
What does "!" mean?
Vadim Chekan.
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.
- Re: [htdig3-dev] Typo? Vadim Chekan
- Re: [htdig3-dev] Typo? Geoff Hutchison
