diff --git a/c/htmlparse.h b/c/htmlparse.h index c3b67d10d3071a803403f1fa9b5a74cd24006ccf..2664de0d0f5b9a3d52829f19629c0189ebae451e 100755 --- a/c/htmlparse.h +++ b/c/htmlparse.h @@ -44,7 +44,7 @@ void htmlparse(){ numURL=0; int intag=0,incomment=0,inscript=0,instyle=0,inlink=0,putspace=0,spacecount=0; int urlSize=0,dqcount=0; - titlefound=charsetfound=descriptionfound=keywordsfound=robotsfound=nofollow=noindex=scriptfound=stylefound=0; + titlefound=charsetfound=descriptionfound=keywordsfound=robotsfound=nofollow=noindex=scriptfound=stylefound=num_stylesheets=num_scripts=0; charsetsize=titlesize=keywordssize=descriptionsize=robotssize=bodysize=0; memset(window,'#',window_len);