logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

0018-stagit.c-Remove-decorative-td-td.patch (845B)


  1. From 7fa05aac02d1eedc2c0c2ba7cf9f3fd338dd55d6 Mon Sep 17 00:00:00 2001
  2. From: "Haelwenn (lanodan) Monnier" <contact@hacktivis.me>
  3. Date: Mon, 11 Feb 2019 03:10:17 +0100
  4. Subject: [PATCH 18/22] stagit.c: Remove decorative <td> | </td>
  5. ---
  6. stagit.c | 2 +-
  7. 1 file changed, 1 insertion(+), 1 deletion(-)
  8. diff --git a/stagit.c b/stagit.c
  9. index d6d8b4b..fd5873a 100644
  10. --- a/stagit.c
  11. +++ b/stagit.c
  12. @@ -520,7 +520,7 @@ printshowfile(FILE *fp, struct commitinfo *ci)
  13. memset(&linestr, '+', add);
  14. memset(&linestr[add], '-', del);
  15. - fprintf(fp, "</a></td><td> | </td><td class=\"num\">%zu</td><td><span class=\"i\">",
  16. + fprintf(fp, "</a></td><td class=\"num\">%zu</td><td><span class=\"i\">",
  17. ci->deltas[i]->addcount + ci->deltas[i]->delcount);
  18. fwrite(&linestr, 1, add, fp);
  19. fputs("</span><span class=\"d\">", fp);
  20. --
  21. 2.26.2