From: Martin Mares Date: Tue, 6 Mar 2001 17:42:17 +0000 (+0000) Subject: The StringMap file contains an end marker pointing past the last X-Git-Tag: holmes-import~1523 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b9d261cd48ef0715f3a104a875c11c992c654206;p=libucw.git The StringMap file contains an end marker pointing past the last string reference. --- diff --git a/lib/index.h b/lib/index.h index d484ee8e..8eb36eb1 100644 --- a/lib/index.h +++ b/lib/index.h @@ -57,6 +57,7 @@ enum string_type { T(BACKREF, 1 << ST_BACKREF) #define STRING_TYPES_URL ((1 << ST_URL) | (1 << ST_REF) | (1 << ST_BACKREF)) +/* These must be indexed in lowercase form */ #define STRING_TYPES_CASE_INSENSITIVE ((1 << ST_HOST) | (1 << ST_DOMAIN)) /* Index card attributes */