Query
Tuesday 01 October 2013
2013-10-01 18:44:04 (10 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+4/-3)(7 lines)
branch: 2b719fbfd3b96921d285cb8aadb76b4a27bb654c
[compat][debug] Fix PikeCompile compat with Pike 7.9.
String.Buffer in Pike 7.9 contains a sprintf() function. Make sure
not to call it (due to our inherit) since we want the normal one.
Fixes some more cases of "Bad argument 1 to add(). Expected string."
where add() was passed an int.