Roxen.git/
server/
base_server/
prototypes.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2008-02-18
2008-02-18 17:54:12 by Martin Stjernholm <mast@lysator.liu.se>
6236436b5d3eb3f04245918d8333f200cc5dc3db (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Removed an unnecessary test.
Rev: server/base_server/prototypes.pike:1.209
6:
#include <module.h> #include <variables.h> #include <module_constants.h>
-
constant cvs_version="$Id: prototypes.pike,v 1.
208
2008/02/18 17:
45
:
05
mast Exp $";
+
constant cvs_version="$Id: prototypes.pike,v 1.
209
2008/02/18 17:
54
:
12
mast Exp $";
#ifdef DAV_DEBUG #define DAV_WERROR(X...) werror(X)
2208:
input_charset = decode_charset; // Set this after we're done. }
-
if (
real_variables &&
sizeof (real_variables))
+
if (sizeof (real_variables))
foreach (vars; string var; array(string) vals) real_variables[var] += vals; else {