# HG changeset patch # User Matti Hamalainen # Date 1308816672 -10800 # Node ID 7f9057e29af2f3dc8004d96bfbd6d7d9c675ab04 # Parent b3556ff686fc7391f360bab0c779d826bc3ff94f Oops, forgot a debug fprintf() in .. Fixed! diff -r b3556ff686fc -r 7f9057e29af2 th_string.c --- 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;