Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8d8ca34a8e61733711e23ce43b88435bfdfd4962 Mon Sep 17 00:00:00 2001 |From: knary |Date: Mon, 25 Mar 2019 15:03:15 -0400 |Subject: [PATCH] This patch replaces scriptfile with an array of | scriptfiles[]. This allows for the inclusion of multiple javascript files | instead of filling up one file with multiple script plugins. | |--- | config.def.h | 4 +++- | surf.c | 23 +++++++++++++++-------- | 2 files changed, 18 insertions(+), 9 deletions(-) | |diff --git a/config.def.h b/config.def.h |index 34265f6..7d7d68e 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... 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/surf.c b/surf.c |index 2b54e3c..34a75de 100644 |--- a/surf.c |+++ b/surf.c -------------------------- Patching file surf.c using Plan A... Hunk #1 succeeded at 337. Hunk #2 succeeded at 947. Hunk #3 succeeded at 1014. Hunk #4 succeeded at 1080. Hunk #5 succeeded at 2074. Hmm... Ignoring the trailing garbage. done