aports/community/fbida/fix-SendFailure-call.patch
p_q f2ec5601a1 community/fbida: fix gcc15 build
Fixes #17311.
Along the way, fix a function call error (detected while fixing for C23).
2025-10-06 12:41:51 +00:00

12 lines
220 B
Diff

--- a/RegEdit.c
+++ b/RegEdit.c
@@ -253,7 +262,7 @@
*/
if (length < HEADER_SIZE) {
- SendFailure(w, sel, ident, Failure, ERROR_MESSAGE);
+ SendFailure(w, sel, ident, ERROR_MESSAGE);
return(NULL);
}