Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 944b234710e2fc00ea6e9ce9d925dc85514ac9c3 Mon Sep 17 00:00:00 2001 |From: Zacchary Dempsey-Plante |Date: Fri, 11 Mar 2022 01:33:05 -0500 |Subject: [PATCH] Added character rendering offsets for correcting different | font dimensions. | |--- | config.def.h | 3 +++ | x.c | 4 ++-- | 2 files changed, 5 insertions(+), 2 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 91ab8ca..8877e5c 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 28. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index cd96575..6983743 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 1272 (offset -16 lines). Hmm... Ignoring the trailing garbage. done