libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit f5ec62c32156a5bb3aa6cf4f648139d14af55a42
parent 60c5fc45a81b1ce1e50a278872cb476f921c5235
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 19 May 2026 23:26:07 +0200

fix QT plugin issue

Diffstat:
Msrc/plugins/qt_extractor.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/plugins/qt_extractor.c b/src/plugins/qt_extractor.c @@ -1416,9 +1416,10 @@ handleAtom (struct HandlerEntry *handlers, handlers[i].name != NULL; i++) { - if (0 != memcmp (&input[pos + 4], - handlers[i].name, - 4)) + if (0 == + memcmp (&input[pos + 4], + handlers[i].name, + 4)) { return handlers[i].handler (input, size,