From abd9b6d820822389ff3d5aedd01e76e159eab226 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 17 Sep 2000 04:28:50 +0000 Subject: 12818: use tricat() in lieu of zasprintf --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/init.c b/Src/init.c index 0c82e47ef..02749cc0a 100644 --- a/Src/init.c +++ b/Src/init.c @@ -1033,7 +1033,7 @@ sourcehome(char *s) return; } #endif - zasprintf(&buf, "%s/%s", h, s); + buf = tricat(h, "/", s); source(buf); zsfree(buf); } -- cgit 1.4.1