Blame SOURCES/JuicyPixels-3.2.9.3-Progressive-Latin1.patch

97a853
--- JuicyPixels-3.2.9.3/src/Codec/Picture/Jpg/Progressive.hs~	2018-01-01 18:46:06.000000000 +0100
97a853
+++ JuicyPixels-3.2.9.3/src/Codec/Picture/Jpg/Progressive.hs	2018-01-27 19:26:56.780022170 +0100
97a853
@@ -40,7 +40,7 @@
97a853
 
97a853
         -- if the displayed MCU block is only displayed in half (like with
97a853
         -- width 500 then we loose one macroblock of the MCU at the end of
97a853
-        -- the line. Previous implementation which naïvely used full mcu
97a853
+        -- the line. Previous implementation which naively used full mcu
97a853
         -- was wrong. Only taking into account visible macroblocks
97a853
         indexSolo = [base + x
97a853
             | y <- [0 .. compH - 1]