Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2015-12-03
2015-12-03 15:51:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
f2b6811efe61ce058be942c9d45d88095e0916ea (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
f2b6811efe61ce058be942c9d45d88095e0916ea
RoxenPatch: Fixed some NULL-dereferences and calls.
3291:
protected void patcher_report_notice(string msg, mixed ... args) { if (sizeof(args)) msg = sprintf(msg, @args);
-
report_notice(
plib->
wash_output(msg));
+
report_notice(
RoxenPatch.
wash_output(msg));
} protected void patcher_report_error(string msg, mixed ... args) { if (sizeof(args)) msg = sprintf(msg, @args);
-
report_error(
plib->
wash_output(msg));
+
report_error(
RoxenPatch.
wash_output(msg));
} RoxenPatch.Patcher plib =