update cspot

This commit is contained in:
philippe44
2023-10-02 19:06:59 -07:00
parent eb7df4a5e9
commit 719b289659
26 changed files with 156 additions and 146 deletions

View File

@@ -292,7 +292,7 @@ void reader::extract_all_files(std::string dest_directory) {
if (fileType == '0' && !fileName.starts_with("._")) {
#else
if (fileType == '0' && fileName.find("._") != 0) {
#endif
#endif
std::string path = dest_directory + "/" + fileName;
size_t pos = 0;