commit eb073ea0965fff7ed1eed30c86edd49bed7300a4 from: Bradley Taunt date: Thu Nov 07 20:37:21 2024 UTC Code overflow, minor fixes commit - 2559d2039ba8660781113a3f50bca0f016be7795 commit + eb073ea0965fff7ed1eed30c86edd49bed7300a4 blob - cf7fea15b6c961d6384c7c35149669d76376bf7d blob + 08589e057c2786f63f10c823575769be9c8cfae7 --- 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(fp, "%s", ""); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fprintf(fp, "%s", "\n
"); xmlencode(fp, description, strlen(description)); blob - a6b3eb31bcd0ca73ca791189bee699c2888d59ca blob + b3b2f82dcce5bd991035b45e309d58226e0a5c91 --- stagit.c +++ stagit.c @@ -519,7 +519,7 @@ writeheader(FILE *fp, const char *title) fputs("\n", relpath); - fprintf(fp, "%s", ""); + fprintf(fp, "%s", ""); fputs("\n\n", fp); fputs("

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