1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Wow, now how did that one creep in an remain undetected for so long?

git-svn-id: https://svn.xiph.org/trunk/ezstream@14008 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
moritz 2007-10-18 06:38:51 +00:00
parent bc147ce6cb
commit ee75e2a315

View File

@ -172,7 +172,7 @@ _xalloc_error(int errnum, const char *fmt, ...)
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);
}