ref: db3fb6c37b988cc8a4e40150216d229937897d6f
parent: 0ec5d85d5620cbbf09033bd59726cd9b5a4ddd5b
parent: 4154b8c1bd81f873e71e7c8b700ddaa86e7c84e4
author: Clownacy <[email protected]>
date: Sun Nov 17 14:07:37 EST 2019
Merge branch 'accurate' into portable
--- a/src/Generic.cpp
+++ b/src/Generic.cpp
@@ -149,6 +149,6 @@
if (memcmp(str, extra_text, len))
return FALSE;
- else
- return TRUE;
+
+ return TRUE;
}