Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-07-31
1997-07-31 20:50:10 by Marcus Comstedt <marcus@mc.pp.se>
57fbf2f0a871e462f4fd5b8ad6113caa299107bc (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Bugfix in load_module.
Rev: server/base_server/configuration.pike:1.41
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
40
1997/07/
22
17
:
05
:
19
grubba
Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
41
1997/07/
31
20
:
50
:
10
marcus
Exp $";
#include <module.h> #include <roxen.h> /* A configuration.. */
2180:
switch (sizeof( module_data )) { case 5:
-
foo=
1
;
+
foo=
module_data[4]
;
module_data=module_data[0..3]; case 4: if (module_data[3] && !arrayp( module_data[3] ))