mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
correct some merge error that happened from automatic git merging
This commit is contained in:
parent
bc095322c3
commit
bcb9ad94c1
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ void getSaveDataStat(SaveDataListEntry entry, mem_ptr_t<CellSaveDataStatGet> sta
|
||||||
fileEntry.st_atime_ = 0; // TODO ?
|
fileEntry.st_atime_ = 0; // TODO ?
|
||||||
fileEntry.st_mtime_ = 0; // TODO ?
|
fileEntry.st_mtime_ = 0; // TODO ?
|
||||||
fileEntry.st_ctime_ = 0; // TODO ?
|
fileEntry.st_ctime_ = 0; // TODO ?
|
||||||
memcpy(fileEntry.fileName, (const char*)dirEntry->name.mb_str(), CELL_SAVEDATA_FILENAME_SIZE);
|
memcpy(fileEntry.fileName, dirEntry->name.c_str(), CELL_SAVEDATA_FILENAME_SIZE);
|
||||||
|
|
||||||
fileEntries.push_back(fileEntry);
|
fileEntries.push_back(fileEntry);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue