Skip to content

Commit

Permalink
Fix Planet.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGondos committed Jan 24, 2024
1 parent f10ab0f commit 80095d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Orbiter/Planet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ void Planet::ScanLabelLists (ifstream &cfg)
ForEach(FILETYPE_MARKER, [&](const fs::directory_entry& entry) {
char cbuf[256];
// open marker file
ifstream ulf(entry);
ifstream ulf(entry.path());

// read label header
if (scanheader) {
Expand Down

0 comments on commit 80095d9

Please sign in to comment.