]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Sat, 5 Feb 2005 07:54:48 +0000 (07:54 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 5 Feb 2005 07:54:48 +0000 (07:54 +0000)
webcit/webserver.c

index faa836d300e006b0f00a9e1c20c133cfdc6b7aa8..bb5de5094e62d48eab459afa0a3c97ab39eef1de 100644 (file)
@@ -150,7 +150,7 @@ int client_read_to(int sock, char *buf, int bytes, int timeout)
                }
                len = len + rlen;
        }
-       /*write(2, buf, bytes); FIXME */
+       /* write(2, buf, bytes); FIXME */
        return (1);
 }
 
@@ -162,7 +162,7 @@ ssize_t client_write(const void *buf, size_t count) {
                return(count);
        }
 #endif
-       /* write(2, buf, count); FIXME */
+       /* write(2, buf, count);  FIXME */
        return(write(WC->http_sock, buf, count));
 }