From 7856875f548aa47d602983ff92c077b024354dd1 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Sun, 16 Sep 2018 14:52:00 +0200 Subject: [PATCH] neat typo, but I think I'd rather leave it out. --- libips.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libips.cpp b/libips.cpp index 5f837d2..390d447 100644 --- a/libips.cpp +++ b/libips.cpp @@ -65,7 +65,7 @@ enum ipserror ips_study(struct mem patch, struct ipsstudy * study) thisout = offset + size; patchat += size; } - //turns out this messes up automatically created patches. https://github.com/Alcaro/Flips/issues/13 + //turns out this messes up manually created patches. https://github.com/Alcaro/Flips/issues/13 //if (offset < lastoffset) w_scrambled = true; lastoffset = offset; if (thisout > outlen) outlen = thisout;