mthread: use blaze822_loop1

pull/1/merge
Christian Neukirchen 8 years ago
parent a9e51a214b
commit 8855568c19

@ -374,12 +374,10 @@ main(int argc, char *argv[])
exit(1); exit(1);
} }
if (argc == optind && isatty(0)) { if (argc == optind && isatty(0))
char *all[] = { ":" }; i = blaze822_loop1(":", thread);
i = blaze822_loop(1, all, thread); else
} else {
i = blaze822_loop(argc-optind, argv+optind, thread); i = blaze822_loop(argc-optind, argv+optind, thread);
}
find_roots(); find_roots();
if (!vflag) if (!vflag)

Loading…
Cancel
Save