2 Commits
Author SHA1 Message Date
Robert Dower eb522b1dc9 archive repository 2025-08-07 13:27:50 -07:00
Patrick McCarty 53ce8b6d66 Remove trailing whitespace
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-08-30 17:56:16 +00:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
## DISCONTINUATION OF PROJECT.
This project will no longer be maintained by Intel.
Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates. Patches to this project are no longer accepted by Intel. If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the community, please create your own fork of the project.
Contact: webadmin@linux.intel.com
+1 -1
View File
@@ -462,7 +462,7 @@ int make_bsdiff_delta(char *old_filename, char *new_filename, char *delta_filena
}
fclose(pf);
close(fd);
rename(delta_filename_unique, delta_filename);
rename(delta_filename_unique, delta_filename);
return 1;
}