mimetype T prefix was mishandled for a raw index

This commit is contained in:
Jean-Francois Dockes 2012-10-13 11:08:53 +02:00
parent a16746e5bb
commit 828b141469
3 changed files with 4 additions and 3 deletions

View file

@ -71,7 +71,7 @@ namespace Rcl {
// Some prefixes that we could get from the fields file, but are not going
// to ever change.
static const string fileext_prefix = "XE";
static const string mimetype_prefix = "T";
const string mimetype_prefix = "T";
static const string xapday_prefix = "D";
static const string xapmonth_prefix = "M";
static const string xapyear_prefix = "Y";