diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/split.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/split.c b/src/split.c index 311b08e5d..b0b518649 100644 --- a/src/split.c +++ b/src/split.c @@ -153,7 +153,7 @@ next_file_name (void) memcpy (outfile, outbase, outbase_length); memset (outfile_mid, suffix_alphabet[0], suffix_length); outfile[outfile_length] = 0; - sufindex = xcalloc (suffix_length, sizeof (size_t)); + sufindex = xcalloc (suffix_length, sizeof *sufindex); #if ! _POSIX_NO_TRUNC && HAVE_PATHCONF && defined _PC_NAME_MAX /* POSIX requires that if the output file name is too long for |