libstrat: comment fixes for fssystem
This commit is contained in:
@@ -146,7 +146,7 @@ namespace ams::fssystem {
|
||||
|
||||
auto cur_entry = *visitor.Get<Entry>();
|
||||
while (cur_entry.GetOffset() < end_offset) {
|
||||
/* Try to write the entry to the out list */
|
||||
/* Try to write the entry to the out list. */
|
||||
if (entry_count != 0) {
|
||||
if (count >= entry_count) {
|
||||
break;
|
||||
|
||||
@@ -191,7 +191,7 @@ namespace ams::fssystem {
|
||||
m_offset_cache.offsets.end_offset = end_offset;
|
||||
m_offset_cache.is_initialized = true;
|
||||
|
||||
/* Cancel guard. */
|
||||
/* We succeeded. */
|
||||
R_SUCCEED();
|
||||
}
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ namespace ams::fssystem {
|
||||
|
||||
auto cur_entry = *visitor.Get<Entry>();
|
||||
while (cur_entry.GetVirtualOffset() < end_offset) {
|
||||
/* Try to write the entry to the out list */
|
||||
/* Try to write the entry to the out list. */
|
||||
if (entry_count != 0) {
|
||||
if (count >= entry_count) {
|
||||
break;
|
||||
|
||||
@@ -256,7 +256,7 @@ namespace ams::fssystem {
|
||||
|
||||
/* Process indirect layer. */
|
||||
if (patch_info.HasIndirectTable()) {
|
||||
/* Create the indirect meta storage */
|
||||
/* Create the indirect meta storage. */
|
||||
std::shared_ptr<fs::IStorage> indirect_storage_meta_storage = patch_meta_indirect_meta_storage;
|
||||
if (indirect_storage_meta_storage == nullptr) {
|
||||
/* If we don't have a meta storage, we must not have a patch meta hash layer. */
|
||||
|
||||
Reference in New Issue
Block a user