[xiph-commits] r14008 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Wed Oct 17 23:38:52 PDT 2007
Author: moritz
Date: 2007-10-17 23:38:51 -0700 (Wed, 17 Oct 2007)
New Revision: 14008
Modified:
trunk/ezstream/src/xalloc.c
Log:
Wow, now how did that one creep in an remain undetected for so long?
Modified: trunk/ezstream/src/xalloc.c
===================================================================
--- trunk/ezstream/src/xalloc.c 2007-10-18 00:58:24 UTC (rev 14007)
+++ trunk/ezstream/src/xalloc.c 2007-10-18 06:38:51 UTC (rev 14008)
@@ -172,7 +172,7 @@
if (errnum > 0) {
if (xalloc_initialized)
XALLOC_LOCK(strerror_mutex);
- vfprintf(debug_output, ": %s\n", strerror(errnum));
+ fprintf(debug_output, ": %s\n", strerror(errnum));
if (xalloc_initialized)
XALLOC_UNLOCK(strerror_mutex);
}
More information about the commits
mailing list