Skip to content
Snippets Groups Projects
Commit bec1b9a9 authored by rswindell's avatar rswindell
Browse files

Removed the debug output.

parent ad19c178
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ int main(void) ...@@ -53,7 +53,7 @@ int main(void)
break; break;
line++; line++;
if(strstr(str,"SETHELP(WHERE);")) { if(strstr(str,"SETHELP(WHERE);")) {
printf("%s:%u\n",files[i],line); /* printf("%s:%u\n",files[i],line); */
l=ftell(out); l=ftell(out);
write(ixb,files[i],12); write(ixb,files[i],12);
write(ixb,&line,2); write(ixb,&line,2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment