From 5efadd5e0f2de8d15d03090e58ae7e6c750a840c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 15 Apr 2003 06:22:54 +0000 Subject: Remove (or replace-with-TAB(s) to retain alignment) each sequence of spaces before a TAB character. --- lib/fts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/fts.c b/lib/fts.c index 69e52ded4..acd94bf61 100644 --- a/lib/fts.c +++ b/lib/fts.c @@ -1063,7 +1063,7 @@ fts_sort(sp, head, nitems) sp->fts_nitems = nitems + 40; if ((a = realloc(sp->fts_array, - (size_t)(sp->fts_nitems * sizeof(FTSENT *)))) == NULL) { + (size_t)(sp->fts_nitems * sizeof(FTSENT *)))) == NULL) { free(sp->fts_array); sp->fts_array = NULL; sp->fts_nitems = 0; -- cgit v1.2.3-70-g09d2