fix source filename display in retro-extend
FossilOrigin-Name: 93e6b3033982ced346d365ff63edb643f124eb2bccd53799ea7c024e15fe7ded
This commit is contained in:
parent
9619e7753d
commit
fd94229d34
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ int main(int argc, char **argv) {
|
|||
ngaLoadImage(argv[1]);
|
||||
stats();
|
||||
dump_stack();
|
||||
printf("-> Process code from %s\n", argv[1]);
|
||||
printf("-> Process code from %s\n", argv[2]);
|
||||
tokens = include_file(argv[2]);
|
||||
printf(" %d tokens\n", tokens);
|
||||
stats();
|
||||
|
|
Loading…
Reference in a new issue