commit 4f3bedaf26e8c0be4562d0356e3de8d68dc7752f from: Bradley Taunt date: Thu Nov 07 15:55:18 2024 UTC More static relative path fixes commit - 82ec878d8892fac7283a0b34afc3d45616c52246 commit + 4f3bedaf26e8c0be4562d0356e3de8d68dc7752f blob - 7a8c0c4592737da469309f7fa54bd4b06709e95d blob + 53c5f574d4da66956cd51ef63ff9c47b141a55d0 --- stagit-index.c +++ stagit-index.c @@ -102,10 +102,10 @@ writeheader(FILE *fp) "\n" "", fp); xmlencode(fp, description, strlen(description)); - fprintf(fp, "\n\n", relpath); - fprintf(fp, "\n", relpath); + fprintf(fp, "\n\n", relpath); + fprintf(fp, "\n", relpath); fputs("\n\n", fp); - fprintf(fp, "\n\n" + fprintf(fp, "
\"\"
\n\n" "
\"\"", relpath); xmlencode(fp, description, strlen(description)); fputs("
\n" blob - 239353f72b61df3a4f6f7a7761ad7c5e877787c0 blob + 4e261c693c23c24004c5dc6004433bc9ec0dc634 --- 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));