summaryrefslogtreecommitdiff
path: root/ws2a/showbug.c
diff options
context:
space:
mode:
Diffstat (limited to 'ws2a/showbug.c')
-rw-r--r--ws2a/showbug.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ws2a/showbug.c b/ws2a/showbug.c
index 20ce229..266e6ec 100644
--- a/ws2a/showbug.c
+++ b/ws2a/showbug.c
@@ -41,13 +41,6 @@ int main(){
while(!feof(bugfile)){
char c = fgetc(bugfile);
if(c == '\n'){
- part++;
- printf("</td>");
- if(part <= 3){
- printf("<td>");
- }else{
- return;
- }
}else if(c == '&'){
printf("&amp;");
}else if(c == '\"'){