From 4c1466642351ddb01cc7353601153a79326f18f7 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 17 Mar 2008 13:25:56 +0000 Subject: Punt the rc_strcatpaths function and use snprintf instead to save on expensive malloc calls. --- src/librc/librc-stringlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/librc/librc-stringlist.c') diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c index 93297ce..44b0379 100644 --- a/src/librc/librc-stringlist.c +++ b/src/librc/librc-stringlist.c @@ -62,7 +62,7 @@ RC_STRING *rc_stringlist_addu (RC_STRINGLIST *list, const char *value) } librc_hidden_def(rc_stringlist_addu) -bool rc_stringlist_delete (RC_STRINGLIST *list, const char *value) +bool rc_stringlist_delete(RC_STRINGLIST *list, const char *value) { RC_STRING *s; -- cgit v1.2.3