Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 743d86e56e0c1eb4255a08fe338db03752cc99e7 Mon Sep 17 00:00:00 2001 |From: Max Schillinger |Date: Fri, 1 Nov 2024 08:58:49 +0100 |Subject: [PATCH] Support PNG images using libspng | |--- | config.mk | 2 +- | dmenu.c | 62 +++++++++++++++--- | drw.c | 189 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ | drw.h | 5 ++ | util.c | 6 ++ | util.h | 1 + | 6 files changed, 254 insertions(+), 11 deletions(-) | |diff --git a/config.mk b/config.mk |index 137f7c8..3217090 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 21. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu.c b/dmenu.c |index 804da64..b0e4109 100644 |--- a/dmenu.c |+++ b/dmenu.c -------------------------- Patching file dmenu.c using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 61. Hunk #3 succeeded at 100. Hunk #4 succeeded at 160. Hunk #5 succeeded at 201. Hunk #6 succeeded at 214. Hunk #7 succeeded at 668. Hunk #8 succeeded at 752 (offset 1 line). Hunk #9 succeeded at 795 (offset 1 line). Hunk #10 succeeded at 817 (offset 1 line). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/drw.c b/drw.c |index c41e6af..20c2125 100644 |--- a/drw.c |+++ b/drw.c -------------------------- Patching file drw.c using Plan A... Hunk #1 failed at 4. Hunk #2 succeeded at 397 (offset 3 lines). Hunk #3 succeeded at 596 (offset 3 lines). 1 out of 3 hunks failed Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/drw.h b/drw.h |index fd7631b..330722d 100644 |--- a/drw.h |+++ b/drw.h -------------------------- Patching file drw.h using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 57. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/util.c b/util.c |index 8e26a51..975735b 100644 |--- a/util.c |+++ b/util.c -------------------------- Patching file util.c using Plan A... Hunk #1 succeeded at 34 (offset -1 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/util.h b/util.h |index c0a50d4..6db39c8 100644 |--- a/util.h |+++ b/util.h -------------------------- Patching file util.h using Plan A... Hunk #1 succeeded at 7. Hmm... Ignoring the trailing garbage. done