Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 78a5f5d263c5209d685abbe657bbc5bd3f756994 Mon Sep 17 00:00:00 2001 |From: tuckerrrrrrrrrr |Date: Sat, 14 Nov 2020 12:54:53 +0100 |Subject: [PATCH] Conversion to PDF | |Add the ability to convert presentations to PDF. Adds an additional |dependency: cairo. |--- | config.def.h | 1 + | config.mk | 7 +++++-- | sent.c | 42 ++++++++++++++++++++++++++++++++++++++---- | 3 files changed, 44 insertions(+), 6 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 60eb376..e68a099 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 47. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.mk b/config.mk |index d61c554..9174687 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 7. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/sent.c b/sent.c |index 9534fca..dc5cf89 100644 |--- a/sent.c |+++ b/sent.c -------------------------- Patching file sent.c using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 101. Hunk #3 succeeded at 433. Hunk #4 succeeded at 480. Hmm... Ignoring the trailing garbage. done