]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgform.c
* lots of warning fixes; builds with -std1 on dec unix
[citadel.git] / citadel / msgform.c
index efba635cdbf1229658356f8a888958e5ed00d3c3..26f6d614bd17ab728b3865174d76109bdbf747e8 100644 (file)
@@ -48,7 +48,7 @@ int main(int argc, char **argv)
        char bbb[1024];
        char subject[1024];
        FILE *fp;
-       long now;
+       time_t now;
 
        if (argc==2) if (!strcmp(argv[1],"-q")) qwk = 1;
        fp=stdin;