aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2013-07-28 14:48:42 +0000
committerTatsuya Kinoshita <tats@debian.org>2013-07-28 14:48:42 +0000
commit87f2df8584ad6c0533652677d903014590ac7de4 (patch)
tree8a3b0220e15d92971840d3acf66c566c3c039935 /file.c
parentMerge branch 'feature/siteconf' (diff)
parentFix segfault of process_button() (diff)
downloadw3m-87f2df8584ad6c0533652677d903014590ac7de4.tar.gz
w3m-87f2df8584ad6c0533652677d903014590ac7de4.zip
Merge branch 'feature/button'
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 2038316..3564746 100644
--- a/file.c
+++ b/file.c
@@ -3732,7 +3732,7 @@ Str
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) {