diff options
Diffstat (limited to 'src/cut.c')
-rw-r--r-- | src/cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -480,7 +480,7 @@ cut_fields (FILE *stream) { if (feof (stream)) break; - FATAL_ERROR (_("Memory exhausted")); + FATAL_ERROR (_("virtual memory exhausted")); } assert (len != 0); |