From 7aedbcda62760ccfb0cd89eac6cb2a7b72159cef Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 25 Feb 2022 16:27:57 +0000 Subject: [PATCH] Fix a typo Signed-off-by: falkTX --- src/custom/dep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/dep.cpp b/src/custom/dep.cpp index b8fa099..ec373d9 100644 --- a/src/custom/dep.cpp +++ b/src/custom/dep.cpp @@ -306,7 +306,7 @@ static inline bool invertPaint(NSVGpaint& paint, const char* const svgFileToInve } // Special case for Lilac - if (svgFileToInvert != nullptr && std::strncmp(svgFileToInvert, "/LilacLoop/", 7) == 0) + if (svgFileToInvert != nullptr && std::strncmp(svgFileToInvert, "/LilacLoop/", 11) == 0) { switch (paint.color) {