aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/net_parse_helpers.h
diff options
context:
space:
mode:
authorAntonio Juarez <antonio.maria.juarez@live.com>2014-03-20 11:46:11 +0000
committerAntonio Juarez <antonio.maria.juarez@live.com>2014-03-20 11:46:11 +0000
commit8efa1313f3614f34ac0bac947314bb53e9a2412b (patch)
tree2752f8e6dfbb75bc53d56ea422482a8ec5870ffa /contrib/epee/include/net/net_parse_helpers.h
parentmoved all stuff to github (diff)
downloadmonero-8efa1313f3614f34ac0bac947314bb53e9a2412b.tar.xz
some fixes
Diffstat (limited to 'contrib/epee/include/net/net_parse_helpers.h')
-rw-r--r--contrib/epee/include/net/net_parse_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/net_parse_helpers.h b/contrib/epee/include/net/net_parse_helpers.h
index 16641a970..586dac98d 100644
--- a/contrib/epee/include/net/net_parse_helpers.h
+++ b/contrib/epee/include/net/net_parse_helpers.h
@@ -153,7 +153,7 @@ namespace net_utils
}
if(result[6].matched)
{
- content.port = boost::lexical_cast<boost::uint64_t>(result[6]);
+ content.port = boost::lexical_cast<uint64_t>(result[6]);
}
if(result[7].matched)
{