Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-07-06
2011-07-06 18:32:41 by 0
a1d2e53ead899d01df4ca63768da4892872aaf5b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Add trailing newline in error message.
Rev: server/etc/modules/Roxen.pmod:1.311
1:
// This is a roxen pike module. Copyright © 1999 - 2009, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
310
2011/07/06 18:
23
:
46
jonasw Exp $
+
// $Id: Roxen.pmod,v 1.
311
2011/07/06 18:
32
:
41
jonasw Exp $
#include <roxen.h> #include <config.h>
2793:
case "sha1": case "sha256": if (String.width(val) > 8)
-
RXML.run_error("Cannot hash wide characters.");
+
RXML.run_error("Cannot hash wide characters.
\n
");
return Crypto[upper_case(encoding)]->hash(val); case "quotedprintable":