Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2011-07-06
2011-07-06 18:32:20 by 0
192ae395f33b45c17352aab6ae95d641c566757b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.1
Add trailing newline in error message.
Rev: server/etc/modules/Roxen.pmod:1.307
1:
// This is a roxen pike module. Copyright © 1999 - 2009, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
306
2011/07/06 18:
23
:
27
jonasw Exp $
+
// $Id: Roxen.pmod,v 1.
307
2011/07/06 18:
32
:
20
jonasw Exp $
#include <roxen.h> #include <config.h>
2722:
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":