about summary refs log tree commit diff
path: root/misc/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/error.c')
-rw-r--r--misc/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/error.c b/misc/error.c
index 1c9c4a6850..aa0d8bbea7 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -151,7 +151,7 @@ error_tail (int status, int errnum, const char *message, va_list args)
 
 	      if (wmessage == NULL)
 		{
-		  fputws (L"out of memory\n", stderr);
+		  fputws_unlocked (L"out of memory\n", stderr);
 		  return;
 		}
 	    }