From 57b98a922b02c22d27ab69cbdcd3e2f028f4447e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Wed, 4 Jun 2008 17:35:23 +0200 Subject: [PATCH] Fix an embarassing bug in make_message(). Outch. --- osl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/osl.c b/osl.c index c0e70cf..d41923f 100644 --- a/osl.c +++ b/osl.c @@ -57,6 +57,7 @@ static __must_check __printf_1_2 __malloc char *make_message(const char *fmt, .. free(p); return NULL; } + p = q; } return p; } -- 2.39.2