1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

Remove (or replace-with-TAB(s) to retain alignment)

each sequence of spaces before a TAB character.
This commit is contained in:
Jim Meyering
2003-04-15 06:22:54 +00:00
parent 7e4874c0d8
commit 5efadd5e0f

View File

@@ -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;