summaryrefslogtreecommitdiff
path: root/misc/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/err.c')
-rw-r--r--misc/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/err.c b/misc/err.c
index 4c372032fa..1e681b399d 100644
--- a/misc/err.c
+++ b/misc/err.c
@@ -69,7 +69,7 @@ convert_and_print (const char *format, __gnuc_va_list ap)
if (wformat == NULL)
{
- fputws (L"out of memory\n", stderr);
+ fputws_unlocked (L"out of memory\n", stderr);
return;
}
}