]> bicyclesonthemoon.info Git - ott/mirror/commitdiff
fix what's pointed out by warnings
authorb <rowerynaksiezycu@gmail.com>
Sat, 12 Aug 2023 20:28:46 +0000 (20:28 +0000)
committerb <rowerynaksiezycu@gmail.com>
Sat, 12 Aug 2023 20:28:46 +0000 (20:28 +0000)
bot3.1.c
index.1.c
post.1.c
posted.1.c

index ee808d8130dbb03ecba56fe30d2b844561f48c76..b345cfd917816b9947de98c4c4ce7ebe8ad23d07 100644 (file)
--- a/bot3.1.c
+++ b/bot3.1.c
@@ -1,8 +1,7 @@
 // OTT mirror
-// Copyright (C) 2014, 2022 Balthasar Szczepański
+// Copyright (C) 2014, 2022, 2023 Balthasar Szczepański
 // bot3.c (bothasar_p) automatically generated from bot3.1.c
 // the post bot.
-// 29.09.2022
 //
 // This file is part of OTT mirror.
 //
@@ -84,7 +83,7 @@ int main(int argc, char *argv[])
        // unsigned long posts=0xffffffff;
        unsigned long pwait=5;
        
-       unsigned long np, lastnp, firstnp, i;
+       unsigned long np, lastnp, firstnp;
        unsigned short p, lastp, firstp;
        
        char name[N_STRBUF];
@@ -208,7 +207,7 @@ int main(int argc, char *argv[])
                fclose(cwfile);
        }
        printf(" Start after np %lu, post %hu.",firstnp,firstp);
-       for(i=0,np=firstnp;np<=lastnp;++np)
+       for(np=firstnp;np<=lastnp;++np)
        {
                p=0;
                printf("\nnp%lu:",np);
index a83bac6ab7bb89ed7305abc4857565f9619afd0f..1fe575a052663204239a9e15e7cc3cbf5e111fbd 100644 (file)
--- a/index.1.c
+++ b/index.1.c
@@ -1,8 +1,7 @@
 // OTT mirror
-// Copyright (C) 2014, 2022 Balthasar Szczepański
+// Copyright (C) 2014, 2022, 2023 Balthasar Szczepański
 // index.c automatically generated from index.1.c
 // view the front page.
-// 29.09.2022
 //
 // This file is part of OTT mirror.
 //
@@ -19,7 +18,6 @@
 // You should have received a copy of the GNU Affreo General Public License
 // along with OTT mirror. If not, see <http://www.gnu.org/licenses/>.
 
-#include <cgi.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -36,7 +34,6 @@
 
 int main(int argc, char **argv)
 {
-       s_cgi *cgi;
        pid_t sub;
        uid_t euid;
        gid_t egid;
@@ -50,8 +47,6 @@ int main(int argc, char **argv)
        if ((r = setregid(egid, egid)))
                return (r = errno);
        
-       cgi=cgiInit();
-       
        printf("Content-type: text/html\n\n");
        fflush(stdout);
        sub=fork();
index 247f55acd26e89e4d7da2335469ccea1d01a41e5..124f6678ce30b7435f757fa86e8106171c94fb98 100644 (file)
--- a/post.1.c
+++ b/post.1.c
@@ -382,7 +382,7 @@ void submit()
        }
        else
                snprintf(arg1,N_STRBUF,"info=<p>This message has been posted successfully.<br /><br /><a href=\"/ott/mview?p=%s#m%s\">View your submitted message</a><br /><br /><a href=\"/ott/\">Return to the ЯOЯЯIM TTO</a></p>",timenumber,timenumber);
-               snprintf(arg2,N_STRBUF,"refresh=<meta http-equiv=\"refresh\" content=\"6; URL=/ott/mview?p=%s#m%s\" />",timenumber,timenumber);
+       snprintf(arg2,N_STRBUF,"refresh=<meta http-equiv=\"refresh\" content=\"6; URL=/ott/mview?p=%s#m%s\" />",timenumber,timenumber);
        
        printf("Content-type: text/html\n\n");
        fflush(stdout);
index 2d0d8ca3e05fb7414abea1e75235297a840dff4d..7643708728e42fef72c31ea4ee093573a8849153 100644 (file)
@@ -1,8 +1,7 @@
 // OTT mirror\r
-// Copyright (C) 2014, 2022 Balthasar Szczepański\r
+// Copyright (C) 2014, 2022, 2023 Balthasar Szczepański\r
 // posted.c automatically generated from posted.1.c\r
 // posts recently sent from the mirror.\r
-// 29.09.2022\r
 //\r
 // This file is part of OTT mirror.\r
 //\r
@@ -54,7 +53,6 @@ int main(int argc, char **argv)
        char filename[N_STRBUF_SH];\r
        char postpath[N_STRBUF];\r
        FILE *tempfile;\r
-       FILE *postfile;\r
        \r
        /* always be yourself in your total life */\r
        euid = geteuid();\r