Artifact
hs->local_file = xrealloc (hs->local_file, local_filename_len + 24 + len); strcpy (hs->local_file + local_filename_len, ext); if (!ALLOW_CLOBBER && file_exists_p (hs->local_file)) sprintf (hs->local_file + local_filename_len, ".%d%s", ext_num++, ext);
8a94f3ef-b121-47da-9b10-0c05f9362ad2
hs->local_file = xrealloc (hs->local_file, local_filename_len + 24 + len); strcpy (hs->local_file + local_filename_len, ext); if (!ALLOW_CLOBBER && file_exists_p (hs->local_file)) sprintf (hs->local_file + local_filename_len, ".%d%s", ext_num++, ext);