Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Jan 15, 2025
1 parent 3a8ff23 commit cf71223
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installer/FileTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.

#include <sstream>
#include <iostream>

#include "FileTable.h"
#include "CabHelper.h"
Expand Down Expand Up @@ -130,6 +131,10 @@ std::string FileTable::GetFileName(const std::filesystem::path& filePath) {
return converted + "|" + fileName;
}
}
else {
std::cerr << "Failed to get short path name for " << filePath <<
": " << GetLastError() << std::endl;
}
return fileName;
}

Expand Down

0 comments on commit cf71223

Please sign in to comment.