Roxen.git/
server/
modules/
tags/
rxmltags.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-08-04
2000-08-04 14:15:00 by Martin Stjernholm <mast@lysator.liu.se>
403a4080788dd4edb86af23fcfc7f57ae371bd18 (
11
lines) (+
7
/-
4
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed the werror argument in the debug tag.
Rev: server/modules/tags/rxmltags.pike:1.148
7:
#define _rettext id->misc->defines[" _rettext"] #define _ok id->misc->defines[" _ok"]
-
constant cvs_version="$Id: rxmltags.pike,v 1.
147
2000/
07
/
28
15:
54:44
kuntri
Exp $";
+
constant cvs_version="$Id: rxmltags.pike,v 1.
148
2000/
08
/
04
14:
15:
00
mast
Exp $";
constant thread_safe=1; constant language = roxen->language;
602:
result = "<pre>"+Roxen.html_encode_string(sprintf("%O",obj))+"</pre>"; return 0; }
-
//
if (args->werror) {
-
//
report_debug(replace(
m
->werror,"\\n","\n"));
-
//
}
+
if (args->werror) {
+
report_debug(
map (
replace(
args
->werror,"\\n","\n")
/ "\n",
+
lambda (string s
)
{return "<debug>: " + s
;
}) * "\n" +
+
"\n");
+
}
if (args->off) id->misc->debug = 0; else if (args->toggle)