(xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.
authorJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 23:17:05 +0000 (23:17 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Apr 1999 23:17:05 +0000 (23:17 +0000)
lib/xmalloc.c

index e865827431f0839c7bb3220d292417aa0a01ec80..696cf3c9a280bd22da7112c8e1794303fe6cd377 100644 (file)
@@ -70,7 +70,7 @@ xalloc_fail (void)
 {
   if (xalloc_fail_func)
     (*xalloc_fail_func) ();
-  error (xalloc_exit_failure, 0, "%s", xalloc_msg_memory_exhausted);
+  error (xalloc_exit_failure, 0, "%s", _(xalloc_msg_memory_exhausted));
 }
 
 /* Allocate N bytes of memory dynamically, with error checking.  */