mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05: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:
parent
bc147ce6cb
commit
ee75e2a315
@ -172,7 +172,7 @@ _xalloc_error(int errnum, const char *fmt, ...)
|
|||||||
if (errnum > 0) {
|
if (errnum > 0) {
|
||||||
if (xalloc_initialized)
|
if (xalloc_initialized)
|
||||||
XALLOC_LOCK(strerror_mutex);
|
XALLOC_LOCK(strerror_mutex);
|
||||||
vfprintf(debug_output, ": %s\n", strerror(errnum));
|
fprintf(debug_output, ": %s\n", strerror(errnum));
|
||||||
if (xalloc_initialized)
|
if (xalloc_initialized)
|
||||||
XALLOC_UNLOCK(strerror_mutex);
|
XALLOC_UNLOCK(strerror_mutex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user