Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-12-14
2006-12-14 13:32:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
63c20f4bd44ded6d3136f04cf6281037872bdbfc (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/modules/filesystems/filesystem.pike:1.155
7:
inherit "module"; inherit "socket";
-
constant cvs_version= "$Id: filesystem.pike,v 1.
154
2006/12/14 13:
29
:
30
grubba Exp $";
+
constant cvs_version= "$Id: filesystem.pike,v 1.
155
2006/12/14 13:
32
:
27
grubba Exp $";
constant thread_safe=1; #include <module.h>
909:
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");