[PR #162] [MERGED] HDCopy: Fix a bug in sector calculation #1048

Open
opened 2026-01-29 15:39:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/162
Author: @darkstar
Created: 1/29/2018
Status: Merged
Merged: 1/29/2018
Merged by: @claunia

Base: masterHead: fixes


📝 Commits (1)

  • 185018d HDCopy: Fix a bug in sector calculation

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 DiscImageChef.DiscImages/HDCopy.cs (+3 -3)

📄 Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • New filesystem, test images in [url]
  • New disc image, test images in [url]
  • New partition scheme, test images in [url]
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

This is a fix to the issue reported by asad10 on BA. Since I'm writing this from work during my lunch break, I could not (yet) fully test it with my other HDCP disk images...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aaru-dps/Aaru/pull/162 **Author:** [@darkstar](https://github.com/darkstar) **Created:** 1/29/2018 **Status:** ✅ Merged **Merged:** 1/29/2018 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `fixes` --- ### 📝 Commits (1) - [`185018d`](https://github.com/aaru-dps/Aaru/commit/185018d8c9a6c1669d70d847b95dcbd8e5b35ab2) HDCopy: Fix a bug in sector calculation ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `DiscImageChef.DiscImages/HDCopy.cs` (+3 -3) </details> ### 📄 Description ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [X] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] New filesystem, test images in [url] - [ ] New disc image, test images in [url] - [ ] New partition scheme, test images in [url] - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] I have read the **CONTRIBUTING** document. - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. This is a fix to the issue reported by asad10 on BA. Since I'm writing this from work during my lunch break, I could not (yet) fully test it with my other HDCP disk images... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:39:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1048