commit 82ec878d8892fac7283a0b34afc3d45616c52246 from: Bradley Taunt date: Thu Nov 07 15:47:42 2024 UTC Tweak relative path issue commit - fe607715dc03fa797da9f9ccb656968e201daf8c commit + 82ec878d8892fac7283a0b34afc3d45616c52246 blob - 86ff5228acdc3bd0c3deb75c24d1b24a6a1ab5b5 blob + 239353f72b61df3a4f6f7a7761ad7c5e877787c0 --- stagit.c +++ stagit.c @@ -512,16 +512,16 @@ writeheader(FILE *fp, const char *title) if (description[0]) fputs(" - ", fp); xmlencode(fp, description, strlen(description)); - fprintf(fp, "\n\n", relpath); + fprintf(fp, "\n\n", relpath); fputs("\n", relpath); fputs("\n", relpath); - fprintf(fp, "\n", relpath); + fprintf(fp, "\n", relpath); fputs("\n\n
", fp); - fprintf(fp, "\"\"", + fprintf(fp, "\"\"", relpath, relpath); fputs("

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