Artifact

if (downloaded_file_return == FILE_DOWNLOADED_AND_HTML_EXTENSION_ADDED) { filename_plus_orig_suffix = alloca (filename_len + 1); strcpy (filename_plus_orig_suffix, file); strcpy ((filename_plus_orig_suffix + filename_len) - 4, "orig"); }

a6c9a61b-873a-4c9e-94f4-b6595041cf6b

if (downloaded_file_return == FILE_DOWNLOADED_AND_HTML_EXTENSION_ADDED) { filename_plus_orig_suffix = alloca (filename_len + 1); strcpy (filename_plus_orig_suffix, file); strcpy ((filename_plus_orig_suffix + filename_len) - 4, "orig"); }