mimetype T prefix was mishandled for a raw index
This commit is contained in:
parent
a16746e5bb
commit
828b141469
3 changed files with 4 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue