mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 16:19:23 +02:00
Use virtual memory exhausted', not Memory exhausted'.
This commit is contained in:
+1
-1
@@ -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_("Memory exhausted");
|
||||
char *const xalloc_msg_memory_exhausted = N_("virtual memory exhausted");
|
||||
|
||||
void
|
||||
xalloc_die (void)
|
||||
|
||||
Reference in New Issue
Block a user