diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-20 18:50:18 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-20 18:50:18 -0400 |
commit | 12c9ff640dd9a6007a7b15feac524517aa61106d (patch) | |
tree | d59da2b5b16e909f5ecc08eae3c87b029a1beb76 /src/startup.cpp | |
parent | 5746bf71e374de2bfc77f96990e9d0debd1d36bc (diff) | |
download | abaddon-portaudio-12c9ff640dd9a6007a7b15feac524517aa61106d.tar.gz abaddon-portaudio-12c9ff640dd9a6007a7b15feac524517aa61106d.zip |
fixed build number once more
Diffstat (limited to 'src/startup.cpp')
-rw-r--r-- | src/startup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/startup.cpp b/src/startup.cpp index f2ed5ce..ed42358 100644 --- a/src/startup.cpp +++ b/src/startup.cpp @@ -46,8 +46,8 @@ std::optional<Glib::ustring> GetJavascriptFileFromAppPage(const Glib::ustring &c start_position += str.size(); } - if (matches.size() >= 8) { - return matches[matches.size() - 8]; + if (matches.size() >= 9) { + return matches[matches.size() - 9]; } return {}; |