]> sjero.net Git - wget/blobdiff - src/convert.c
Adjust some typos from vms merge, and remove some elements we don't want to include...
[wget] / src / convert.c
index 1bf9d274d5923e819ee8ff6e4a456ffb8ec035cf..280d1b0c819f4bd6c5833a8c30d48acaeffd89e6 100644 (file)
@@ -444,9 +444,9 @@ write_backup_file (const char *file, downloaded_file_t downloaded_file_return)
   else /* downloaded_file_return == FILE_DOWNLOADED_NORMALLY */
     {
       /* Append ".orig" to the name. */
-      filename_plus_orig_suffix = alloca (filename_len + sizeof ("ORIG_SFX"));
+      filename_plus_orig_suffix = alloca (filename_len + sizeof (ORIG_SFX));
       strcpy (filename_plus_orig_suffix, file);
-      strcpy (filename_plus_orig_suffix + filename_len, "ORIG_SFX");
+      strcpy (filename_plus_orig_suffix + filename_len, ORIG_SFX);
     }
 
   if (!converted_files)