summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 21:52:09 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 21:52:09 +0000
commit123a921fc20c9c6e36f2a8863ad294d38a367e8a (patch)
tree0411f3b84950f374888b33419fada6fadf33e062 /src/sort.c
parente6503ed629715c968247d8a2c6f1654eb1fc7f6d (diff)
downloadcoreutils-123a921fc20c9c6e36f2a8863ad294d38a367e8a.tar.xz
s/xmalloc_exit_failure/xalloc_exit_failure
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index b68b136ce..b2425850e 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -2514,7 +2514,7 @@ main (int argc, char **argv)
temp_file_prefix = DEFAULT_TMPDIR;
/* Change the way xmalloc and xrealloc fail. */
- xmalloc_exit_failure = SORT_FAILURE;
+ xalloc_exit_failure = SORT_FAILURE;
xalloc_fail_func = cleanup;
#ifdef SA_INTERRUPT