mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-05-05 10:51:17 +00:00
Bad emplace_back code position fix
This commit is contained in:
parent
ccb3937e37
commit
fcdbedca98
@ -29,7 +29,6 @@ std::vector<std::string> get_freqman_files() {
|
|||||||
auto files = scan_root_files(u"FREQMAN", u"*.TXT");
|
auto files = scan_root_files(u"FREQMAN", u"*.TXT");
|
||||||
|
|
||||||
for (auto file : files) {
|
for (auto file : files) {
|
||||||
file_list.emplace_back(file.stem().string());
|
|
||||||
std::string file_name = file.stem().string();
|
std::string file_name = file.stem().string();
|
||||||
// don't propose tmp / hidden files in freqman's list
|
// don't propose tmp / hidden files in freqman's list
|
||||||
if (file_name.length() && file_name[0] != '.') {
|
if (file_name.length() && file_name[0] != '.') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user