Browse code

fix typo

git-svn: trunk@1868

Tomasz Kojm authored on 2006/03/23 03:07:31
Showing 2 changed files
... ...
@@ -1,3 +1,8 @@
1
+Wed Mar 22 19:04:15 CET 2006 (tk)
2
+---------------------------------
3
+  * libclamav/htmlnorm.c: fix typo spotted by Gianluigi Tiesi
4
+			  <sherpya*netfarm.it>
5
+
1 6
 Wed Mar 22 18:44:25 CET 2006 (tk)
2 7
 ---------------------------------
3 8
   * shared/output.c: properly handle return value of vsnprintf
... ...
@@ -1091,7 +1091,7 @@ static int cli_html_normalise(int fd, m_area_t *m_area, const char *dirname, tag
1091 1091
 						ptr++;
1092 1092
 					}
1093 1093
 				} else if (*ptr == '\"') {
1094
-					if (!escape && (quoted=DOUBLE_QUOTED)) {
1094
+					if (!escape && (quoted==DOUBLE_QUOTED)) {
1095 1095
 						state = HTML_RFC2397_FINISH;
1096 1096
 						ptr++;
1097 1097
 					} else {