diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e1e6f6..ca559c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.7) project (expandurl-mastodon - VERSION 0.9.12 + VERSION 0.9.13 LANGUAGES CXX ) diff --git a/src/url.cpp b/src/url.cpp index a1832f0..046d242 100644 --- a/src/url.cpp +++ b/src/url.cpp @@ -43,8 +43,8 @@ const std::vector get_urls(const string &html) { string url = Easy::unescape_html(match[1].str()); v.push_back(strip(expand(url))); - buffer = match.suffix().str(); } + buffer = match.suffix().str(); } return v;