From ab0247df390bea3cd988661ccfb417401a907fe6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Jun 2011 22:13:49 -0600 Subject: [PATCH] ... --- setup/installer/windows/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/installer/windows/util.c b/setup/installer/windows/util.c index 4075d7e123..86e077780e 100644 --- a/setup/installer/windows/util.c +++ b/setup/installer/windows/util.c @@ -173,7 +173,7 @@ int show_last_error(wchar_t *preamble) { NULL, dw, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), - msg, + &msg, 0, NULL ); return _show_error(preamble, msg, (int)dw);