diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-26 16:28:42 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-06-26 16:28:42 -0400 |
commit | 10e436891be56080a2216e152ea02f3b14176077 (patch) | |
tree | 47a7b4b0d389afcef4a2643c968fb42eb8f00b79 | |
parent | 53ad3903ee8e32197dd91d479415ad95f1e6269e (diff) | |
download | abaddon-portaudio-10e436891be56080a2216e152ea02f3b14176077.tar.gz abaddon-portaudio-10e436891be56080a2216e152ea02f3b14176077.zip |
build number (closes #319)
-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 ed42358..f2ed5ce 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() >= 9) { - return matches[matches.size() - 9]; + if (matches.size() >= 8) { + return matches[matches.size() - 8]; } return {}; |