commit c7c9a5878e68a92b174d47624c00a8fd8df2120b from: Bradley Taunt date: Sun Nov 10 03:33:27 2024 UTC Fix warnings commit - 6fc9f9354f44f9b03d0405938c3d69d5004a4b77 commit + c7c9a5878e68a92b174d47624c00a8fd8df2120b blob - 506186669950e6df8c2fc9495a0495690f65d822 blob + 13a106c2c2176a803a91e7a4226df4d3c05af6af --- stagit-index.c +++ stagit-index.c @@ -103,7 +103,7 @@ writeheader(FILE *fp) "", fp); xmlencode(fp, description, strlen(description)); fprintf(fp, "\n\n", relpath); - fprintf("\n", fp); + fprintf(fp, "\n"); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description)); blob - f66a1ce449e2832b8c1b47d85e38478d02f10c4e blob + c439a8a2b3db8681f136bdc5722f75ad58a83e3c --- stagit.c +++ stagit.c @@ -519,7 +519,7 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf("\n", fp); + fprintf(fp, "\n"); fputs("\n\n", fp); fputs("

", fp); xmlencode(fp, strippedname, strlen(strippedname));