From 1831743e36f5d9b9028b0f222308171a27d11bfd Mon Sep 17 00:00:00 2001 From: Dmitry Igrishin Date: Mon, 14 Dec 2015 00:21:56 +0300 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff46b72..455e4da 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ public: m_callbacks.on_header_field = ReadHeaderName; m_callbacks.on_header_value = ReadHeaderValue; - m_parser = multipart_parser_init(boundary.c_str(), &callbacks); + m_parser = multipart_parser_init(boundary.c_str(), &m_callbacks); multipart_parser_set_data(m_parser, this); } @@ -95,4 +95,4 @@ private: * [James McLaughlin](http://udp.github.com/) * [Jay Miller](http://www.cryptofreak.org) -© 2012 [Igor Afonov](http://iafonov.github.com) \ No newline at end of file +© 2012 [Igor Afonov](http://iafonov.github.com)