5e07eae87e
OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=35084135f0432b082855d7b1815c8292
17 lines
355 B
Diff
17 lines
355 B
Diff
---
|
|
pith/filter.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: alpine-2.10/pith/filter.c
|
|
===================================================================
|
|
--- alpine-2.10.orig/pith/filter.c
|
|
+++ alpine-2.10/pith/filter.c
|
|
@@ -7710,6 +7710,7 @@ html_element_comment(FILTER_S *f, char *
|
|
}
|
|
}
|
|
}
|
|
+ return(1); /* Is this correct? */
|
|
}
|
|
|
|
|