Switch to unified view
a/src/internfile/mh_html.cpp | b/src/internfile/mh_html.cpp | ||
---|---|---|---|
... |
... |
||
54 | m_havedoc = true; |
54 | m_havedoc = true; |
55 | 55 | ||
56 | // We want to compute the md5 now because we may modify m_html later |
56 | // We want to compute the md5 now because we may modify m_html later |
57 | string md5, xmd5; |
57 | string md5, xmd5; |
58 | MD5String(htext, md5); |
58 | MD5String(htext, md5); |
59 | m_metaData["md5"] = MD5HexPrint(md5, xmd5); |
59 | m_metaData[cstr_md5] = MD5HexPrint(md5, xmd5);
|
60 | 60 | ||
61 | return true; |
61 | return true; |
62 | } |
62 | } |
63 | 63 | ||
64 | bool MimeHandlerHtml::next_document() |
64 | bool MimeHandlerHtml::next_document() |