From f4c30808244a2c7dd5a073039986e3c15f5b714c Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Mon, 31 Dec 2012 18:34:13 +0000 Subject: [PATCH] Add todo about util_vasprintf (too lazy to fix right now) --- util.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util.c b/util.c index 8671faa..ebe6165 100644 --- a/util.c +++ b/util.c @@ -576,6 +576,8 @@ void util_htdel(hash_table_t *ht) { /* * Portable implementation of vasprintf/asprintf. Assumes vsnprintf * exists, otherwise compiler error. + * + * TODO: fix for MSVC .... */ int util_vasprintf(char **ret, const char *fmt, va_list args) { int read; -- 2.39.2