Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-16
2001-01-16 14:44:38 by Martin Nilsson <mani@lysator.liu.se>
4d7e51ddc07710f2beeb4475ce797aa122a5e362 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Disclose the number of copies in ModuleCopies _sprintf
Rev: server/base_server/prototypes.pike:1.4
1:
#include <stat.h> #include <config.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
3
2001/01/
14
10
:
25
:
18
nilsson Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
4
2001/01/
16
14:
44
:
38
nilsson Exp $";
class Variable {
138:
{ return values(copies); }
-
string _sprintf( ) { return "ModuleCopies()"; }
+
string _sprintf( ) { return "ModuleCopies(
"+sizeof(copies
)
+
"
)"
; }
} class Configuration