mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Bad emplace_back code position fix
This commit is contained in:
parent
ccb3937e37
commit
fcdbedca98
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue