diff tool/archive.c @ 6:87e9f30f5f86

ti-libpatch: patching implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 06 Jun 2015 04:51:15 +0000
parents 5ba13fd0e737
children
line wrap: on
line diff
--- a/tool/archive.c	Sat Jun 06 03:16:28 2015 +0000
+++ b/tool/archive.c	Sat Jun 06 04:51:15 2015 +0000
@@ -70,7 +70,7 @@
 				lib_in_filename, member_name);
 			exit(1);
 		}
-		/* the patch hook will go here */
+		patch_hook();
 		/* write it out */
 		fwrite(&ar_hdr, sizeof(struct ar_hdr), 1, outf);
 		fwrite(member_body, 1, member_size, outf);