Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-02-11
2011-02-11 16:22:41 by Martin Jonsson <marty@roxen.com>
bd5a3af74c56a5816c5ad80c28428782d2108b37 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fix syntax error typo.
Rev: server/etc/modules/Roxen.pmod:1.306
1:
// This is a roxen pike module. Copyright © 1999 - 2009, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
305
2011/02/
02
16:
38
:
21
grubba
Exp $
+
// $Id: Roxen.pmod,v 1.
306
2011/02/
11
16:
22
:
41
marty
Exp $
#include <roxen.h> #include <config.h>
2786:
case "bytea": return replace (val, ({ "'", "\\", "\0", "&" }),
-
{ "\\'", "\\\\\\\\", "\\\\000", "\\\\046" }) );
+
(
{ "\\'", "\\\\\\\\", "\\\\000", "\\\\046" }) );
case "csv": if (sizeof(val) &&