# HG changeset patch # User Matti Hamalainen # Date 1308816715 -10800 # Node ID cdaa16f9947498db8ae396055f45843c254566bd # Parent 3986b139bbbd98eed3e0c46cf8fe0a9dffe7f0f5 Oops, forgot a debug fprintf() in. Fixed. diff -r 3986b139bbbd -r cdaa16f99474 th_string.c --- 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;