diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-09 17:38:43 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-09 17:38:43 -0400 |
| commit | 7b2d648fba8bb714602e16e3fd581ce6e93e10a5 (patch) | |
| tree | f8327f608fbfa947f4cd0a11dc24c222035c9d75 | |
| parent | 4254e4538e1bb81300f82ab9c26dc5a82876d19f (diff) | |
| download | webpage-7b2d648fba8bb714602e16e3fd581ce6e93e10a5.tar.gz webpage-7b2d648fba8bb714602e16e3fd581ce6e93e10a5.tar.bz2 webpage-7b2d648fba8bb714602e16e3fd581ce6e93e10a5.zip | |
error corrections
| -rw-r--r-- | ws2a/showbug.c | 7 |
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("&"); }else if(c == '\"'){ |
