projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dcaccf
)
Use `virtual memory exhausted', not `Memory exhausted'.
author
Jim Meyering
<jim@meyering.net>
Mon, 31 Jul 2000 06:44:51 +0000
(06:44 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 31 Jul 2000 06:44:51 +0000
(06:44 +0000)
lib/xmalloc.c
patch
|
blob
|
history
diff --git
a/lib/xmalloc.c
b/lib/xmalloc.c
index 599549424a32a3dd57d49b64c7279a5d6cc40fa0..b39705f96a548d026181f43cfac8bf5e15131b14 100644
(file)
--- a/
lib/xmalloc.c
+++ b/
lib/xmalloc.c
@@
-63,7
+63,7
@@
void (*xalloc_fail_func) PARAMS ((void)) = 0;
/* If XALLOC_FAIL_FUNC is NULL, or does return, display this message
before exiting when memory is exhausted. Goes through gettext. */
-char *const xalloc_msg_memory_exhausted = N_("
M
emory exhausted");
+char *const xalloc_msg_memory_exhausted = N_("
virtual m
emory exhausted");
void
xalloc_die (void)