X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=osl.c;h=d41923f0f602b75c20eb7d6bcfec5b779896428d;hb=d9a8f1b91a800ec65aebdf0c89f324e77c08302c;hp=c0e70cf4ce310468058b82481dea8045b3853ef2;hpb=1106c6859585063b4ecca34e8fec7d0f3c65ef40;p=osl.git 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; }