diff options
Diffstat (limited to 'debian/patches/020_button.patch')
-rw-r--r-- | debian/patches/020_button.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/020_button.patch b/debian/patches/020_button.patch index a645e25..0ed7b87 100644 --- a/debian/patches/020_button.patch +++ b/debian/patches/020_button.patch @@ -82,7 +82,7 @@ diff -u -r1.264 file.c +process_button(struct parsed_tag *tag) +{ + Str tmp = NULL; -+ char *p, *q, *r, *qq = NULL; ++ char *p, *q, *r, *qq = ""; + int qlen, v; + + if (cur_form_id < 0) { |