Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-28
1998-02-28 14:43:25 by Johan Schön <js@opera.com>
6c67c8e7485b26b5ffb3ca926ad8ef690c1252ef (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
typo
Rev: server/base_server/configuration.pike:1.105
Rev: server/base_server/roxenlib.pike:1.54
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
104
1998/02/28 14:
11
:
54
grubba
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
105
1998/02/28 14:
43
:
25
js
Exp $";
#include <module.h> #include <roxen.h>
1427:
TRACE_LEAVE(""); } else if((search(loc, file)==0) && (loc[strlen(file)-1]=='/') && (loc[0]==loc[-1]) && (loc[-1]=='/') &&
-
(function_object(tmp)->stat_file(".", id))) {
+
(function_object(tmp
[1]
)->stat_file(".", id))) {
/* loc == file + "/" + subpath + "/" * and stat_file(".") returns non-zero. */