mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 00:09:19 +02:00
radio channel selection tweak, minor bug fixes
This commit is contained in:
@@ -201,7 +201,7 @@ std::vector<std::string> Split(const std::string &s)
|
||||
}
|
||||
|
||||
std::pair<std::string, int>
|
||||
split_index( std::string const &Key ) {
|
||||
split_string_and_number( std::string const &Key ) {
|
||||
|
||||
auto const indexstart{ Key.find_first_of( "-1234567890" ) };
|
||||
auto const indexend{ Key.find_first_not_of( "-1234567890", indexstart ) };
|
||||
|
||||
Reference in New Issue
Block a user