projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48eedd5
)
(xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.
author
Jim Meyering
<jim@meyering.net>
Sun, 18 Apr 1999 23:17:05 +0000
(23:17 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 18 Apr 1999 23:17:05 +0000
(23:17 +0000)
lib/xmalloc.c
patch
|
blob
|
history
diff --git
a/lib/xmalloc.c
b/lib/xmalloc.c
index e865827431f0839c7bb3220d292417aa0a01ec80..696cf3c9a280bd22da7112c8e1794303fe6cd377 100644
(file)
--- a/
lib/xmalloc.c
+++ b/
lib/xmalloc.c
@@
-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. */