From 123a921fc20c9c6e36f2a8863ad294d38a367e8a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 21:52:09 +0000 Subject: [PATCH] s/xmalloc_exit_failure/xalloc_exit_failure --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sort.c b/src/sort.c index b68b136ce6..b2425850e7 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 -- 2.47.3