Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 8, 2024
1 parent 2a90e99 commit f4ee1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/devices/tape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ SimhMetaData Tape::FindNextObject(object_type type, int32_t requested_count, boo
SimhMetaData meta_data;
const auto [scsi_type, length] = ReadSimhMetaData(meta_data, reverse);

// Bad data (not recovered) during READ(6)?
// Bad data (not recovered) during READ(6)
if (read && scsi_type == object_type::block && !length) {
return meta_data;
}
Expand Down

0 comments on commit f4ee1a7

Please sign in to comment.