changeset 362:7f9057e29af2

Oops, forgot a debug fprintf() in .. Fixed!
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 11:11:12 +0300
parents b3556ff686fc
children 94e1f57614d3
files th_string.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.c	Thu Jun 23 11:10:30 2011 +0300
+++ b/th_string.c	Thu Jun 23 11:11:12 2011 +0300
@@ -64,7 +64,6 @@
     if ((buf = th_malloc(size)) == NULL)
         return NULL;
     
-    fprintf(stderr, "th_strdup_vprintf(\"%s\", ...):\n", fmt);
     while (1) {
         int n;
         va_list ap;