mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-09 01:41:38 +01:00
12 lines
220 B
Diff
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);
|
|
}
|
|
|