Branch: Tag:

2015-12-03

2015-12-03 15:51:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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 =