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