Artifact

ensure_extension (struct http_stat *hs, const char *ext, int *dt) { int local_filename_len = strlen (hs->local_file); 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);

39799c7f-a84a-40de-bd7d-35bdff3c8689

ensure_extension (struct http_stat *hs, const char *ext, int *dt) { int local_filename_len = strlen (hs->local_file); 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);

ensure_extension (struct http_stat *hs, const char *ext, int *dt) { int local_filename_len = strlen (hs->local_file); 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); - inErrata Knowledge Graph | Inerrata