fix source filename display in retro-extend

FossilOrigin-Name: 93e6b3033982ced346d365ff63edb643f124eb2bccd53799ea7c024e15fe7ded
This commit is contained in:
crc 2019-01-11 21:49:14 +00:00
parent 9619e7753d
commit fd94229d34

View file

@ -153,7 +153,7 @@ int main(int argc, char **argv) {
ngaLoadImage(argv[1]); ngaLoadImage(argv[1]);
stats(); stats();
dump_stack(); dump_stack();
printf("-> Process code from %s\n", argv[1]); printf("-> Process code from %s\n", argv[2]);
tokens = include_file(argv[2]); tokens = include_file(argv[2]);
printf(" %d tokens\n", tokens); printf(" %d tokens\n", tokens);
stats(); stats();