]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(cut_fields): Use `virtual memory exhausted', not `Memory exhausted'.
authorJim Meyering <jim@meyering.net>
Mon, 31 Jul 2000 06:48:43 +0000 (06:48 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 31 Jul 2000 06:48:43 +0000 (06:48 +0000)
src/cut.c

index c385962e5434002cdf5a0c04a2c350777d01c4cb..45199c1255cfd6fe9a43cebabb02f7cb1e0c28d5 100644 (file)
--- 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);