From 123a921fc20c9c6e36f2a8863ad294d38a367e8a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 21:52:09 +0000 Subject: s/xmalloc_exit_failure/xalloc_exit_failure --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sort.c') 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 -- cgit v1.2.3-54-g00ecf