Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From b0601465dc4d654485db7c3bcb28e019b21e78ca Mon Sep 17 00:00:00 2001 |From: Nick Lott |Date: Sun, 13 Oct 2024 11:14:38 +1300 |Subject: [PATCH] Add minimum contrast ratio feature | |--- | Makefile | 2 +- | config.def.h | 6 +++ | contrast.c | 146 +++++++++++++++++++++++++++++++++++++++++++++++++++ | contrast.h | 11 ++++ | x.c | 12 +++++ | 5 files changed, 176 insertions(+), 1 deletion(-) | create mode 100644 contrast.c | create mode 100644 contrast.h | |diff --git a/Makefile b/Makefile |index 15db421..893c71b 100644 |--- a/Makefile |+++ b/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 4. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.def.h b/config.def.h |index 2cd740a..03eed3a 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 134. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/contrast.c b/contrast.c |new file mode 100644 |index 0000000..d956bd6 |--- /dev/null |+++ b/contrast.c -------------------------- (Creating file contrast.c...) Patching file contrast.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/contrast.h b/contrast.h |new file mode 100644 |index 0000000..2aa6dd3 |--- /dev/null |+++ b/contrast.h -------------------------- (Creating file contrast.h...) Patching file contrast.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. 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 bd23686..4c79e52 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 1479. Hmm... Ignoring the trailing garbage. done