]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/ms2html.c
dc: fix off by one in stack overflow check (thanks BurnZeZ)
[plan9front.git] / sys / src / cmd / ms2html.c
index d67c5525cc0b13e37d72fdffaa8ac502b1d02ac4..969b16a8bdff330ce2f38a4c50816eef23b90ba1 100644 (file)
@@ -1313,7 +1313,6 @@ void
 doconvert(void)
 {
        char c, *p;
-       Tm *t;
 
        pushsrc(nil);
 
@@ -1355,12 +1354,6 @@ doconvert(void)
        if(fsp >= 0 && fstack[fsp])
                Bprint(&bout, "%s", fstack[fsp]->end);
        Bprint(&bout, "<br>&#32;<br>\n");
-/*
-       Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n");
-       t = localtime(time(nil));
-       Bprint(&bout, "Copyright</A> &#169; %d Alcatel-Lucent Inc.  All rights reserved.\n",
-                       t->year+1900);
-*/
        Bprint(&bout, "</body></html>\n");
 }