]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
s/xmalloc_exit_failure/xalloc_exit_failure
authorJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 21:52:09 +0000 (21:52 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 21:52:09 +0000 (21:52 +0000)
src/sort.c

index b68b136ce6fa924f4dfd42fc619afa7ec876f1ae..b2425850e74620e06f2a3771943b117a7d565195 100644 (file)
@@ -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