--- a/finderrors.c Sat Dec 13 02:55:58 2008 -0500 +++ b/finderrors.c Sat Dec 13 02:58:52 2008 -0500 @@ -53,7 +53,7 @@ int assembly = 0; if (strstr(fn, ".bytecode") != NULL) - return 1; //assembly = 0; + assembly = 0; else if (strstr(fn, ".disasm") != NULL) assembly = 1; else