1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.

This commit is contained in:
Jim Meyering
1999-04-18 23:17:05 +00:00
parent a1d8c38553
commit 4e8d80cad7

View 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. */