FreeCalypso > hg > tcs211-patches
diff tool/main.c @ 2:058d377fc299
ti-libpatch: archive processing implemented
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 05 Jun 2015 20:31:33 +0000 |
parents | 12e230d431f0 |
children | 5ba13fd0e737 |
line wrap: on
line diff
--- a/tool/main.c Fri Jun 05 01:17:39 2015 +0000 +++ b/tool/main.c Fri Jun 05 20:31:33 2015 +0000 @@ -1,5 +1,5 @@ /* - * libpatch main module + * ti-libpatch main module */ #include <stdio.h> @@ -18,6 +18,6 @@ patch_desc_filename = argv[2]; lib_out_filename = argv[3]; read_spec_file(); - /* code to be filled here */ + process_archive(); exit(0); }