changeset 38:cdaa16f99474

Oops, forgot a debug fprintf() in. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Jun 2011 11:11:55 +0300
parents 3986b139bbbd
children 0d55592e0e01
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:09:23 2011 +0300
+++ b/th_string.c	Thu Jun 23 11:11:55 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;