From: Jim Meyering Date: Mon, 31 Jul 2000 06:48:43 +0000 (+0000) Subject: (cut_fields): Use `virtual memory exhausted', not `Memory exhausted'. X-Git-Tag: TEXTUTILS-2_0g~44 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=56d6e5a38af5a702d6d08a18a26484bd08c9dfea;p=thirdparty%2Fcoreutils.git (cut_fields): Use `virtual memory exhausted', not `Memory exhausted'. --- diff --git a/src/cut.c b/src/cut.c index c385962e54..45199c1255 100644 --- a/src/cut.c +++ b/src/cut.c @@ -480,7 +480,7 @@ cut_fields (FILE *stream) { if (feof (stream)) break; - FATAL_ERROR (_("Memory exhausted")); + FATAL_ERROR (_("virtual memory exhausted")); } assert (len != 0);