Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-06-19
2000-06-19 12:44:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
df4045522d74a4e64cc07051912e443682ebbb11 (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed bug in find_dir().
Rev: server/base_server/configuration.pike:1.311
3:
// // German translation by Kai Voigt
-
constant cvs_version = "$Id: configuration.pike,v 1.
310
2000/
05
/
26
22
:
22
:
10
per
Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
311
2000/
06
/
19
12
:
44
:
51
grubba
Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
1634:
TRACE_ENTER(LOCALE->location_module(loc), tmp[1]); loc=loc[strlen(file)..]; sscanf(loc, "%s/", loc);
-
dir
+
= ({ loc });
+
if (
dir
)
{
+
dir |
= ({ loc });
+
} else {
+
dir = ({ loc });
+
}
TRACE_LEAVE(LOCALE->added_module_mountpoint()); } }