From fa46b138dbec92d85bb457f1feb7935846596ab6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 10 May 2004 13:13:05 +0000 Subject: [PATCH] Oops, this worked only by a chance. --- lib/pools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pools.h b/lib/pools.h index 540e8e60..6058c5ee 100644 --- a/lib/pools.h +++ b/lib/pools.h @@ -67,7 +67,7 @@ char *mp_multicat(struct mempool *, ...); static inline char * mp_strcat(struct mempool *mp, char *x, char *y) { - mp_multicat(mp, x, y, NULL); + return mp_multicat(mp, x, y, NULL); } #endif -- 2.39.2