Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-12-14
2006-12-14 13:31:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4bc2c8ab76e7363e9d9fe74d6023662027dbeaef (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
4.0
Fixed typo.
Rev: server/modules/filesystems/filesystem.pike:1.153
7:
inherit "module"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
152
2006/12/14 13:
29
:
58
grubba Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
153
2006/12/14 13:
31
:
17
grubba Exp $";
constant thread_safe=1; #include <module.h>
898:
id->misc->input_charset = charset; } if (query("no-parse")) {
-
TRACE_ENTER("Content-type mapping module", conf->types_module);
-
array(string) tmp = conf->type_from_filename(norm_f, 1);
+
TRACE_ENTER("Content-type mapping module",
id->
conf->types_module);
+
array(string) tmp =
id->
conf->type_from_filename(norm_f, 1);
TRACE_LEAVE(tmp?sprintf("Returned type %s %s.", tmp[0], tmp[1]||"") : "Missing type."); TRACE_LEAVE("No parse return");