chiark / gitweb /
server/admin.c (a_vformat): Fix uses of `va_arg' to dereference `ap'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Feb 2016 22:31:20 +0000 (22:31 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Apr 2016 17:11:38 +0000 (18:11 +0100)
commit844abf94571ffdd3e113c518947073ff5375d748
tree49cc09a7b246b61d2e1b3fd6fdf035b87e45c129
parentb730d38c3cdd85ed9fddba7773b08e4cb42ba7b2
server/admin.c (a_vformat): Fix uses of `va_arg' to dereference `ap'.

This is the missing half of the earlier patch; without it, we get
instant crashes on i386 (but, oddly, no warnings anywhere).
server/admin.c