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)) { do sprintf (hs->local_file + local_filename_len, ".%d%s", ext_num++, ext); while (file_exists_p (hs->local_file)); }
078db5ad-c1cb-42b2-8a29-6b57e11ec80b
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)) { do sprintf (hs->local_file + local_filename_len, ".%d%s", ext_num++, ext); while (file_exists_p (hs->local_file)); }