From c2b3090e471b6f169b9359e5c8d89c6b5920e0d1 Mon Sep 17 00:00:00 2001 From: Arnaud Cornet Date: Mon, 26 Jan 2009 16:57:52 +0100 Subject: [PATCH] Cosmetic (special kasdedi a trou) --- src/bip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bip.c b/src/bip.c index 5606db7..ef136b1 100644 --- a/src/bip.c +++ b/src/bip.c @@ -1233,8 +1233,7 @@ int main(int argc, char **argv) if (!confpath) { confpath = bip_malloc(strlen(conf_biphome) + 1 + strlen(S_CONF) + 1); - *confpath = 0; - strcat(confpath, conf_biphome); + strcpy(confpath, conf_biphome); strcat(confpath, "/"); strcat(confpath, S_CONF); }