From: Mark Wooding Date: Fri, 19 Feb 2016 22:31:20 +0000 (+0000) Subject: server/admin.c (a_vformat): Fix uses of `va_arg' to dereference `ap'. X-Git-Tag: 1.0.0pre18~5 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/844abf94571ffdd3e113c518947073ff5375d748?hp=844abf94571ffdd3e113c518947073ff5375d748 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). ---