[PR #84] [MERGED] Three small fixes #1046

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

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/84
Author: @darkstar
Created: 12/19/2017
Status: Merged
Merged: 12/19/2017
Merged by: @claunia

Base: masterHead: fixes


📝 Commits (3)

  • 2e615c0 Change signed shift to unsigned shift
  • c7dfa9b Fix CDRWin composer parsing
  • fc4710b Fix typo in Nero image plugin

📊 Changes

3 files changed (+5 additions, -5 deletions)

View changed files

📝 DiscImageChef.DiscImages/CDRWin.cs (+2 -2)
📝 DiscImageChef.DiscImages/Nero.cs (+1 -1)
📝 DiscImageChef.Helpers/Swapping.cs (+2 -2)

📄 Description

I just found these while browsing through the 212 warnings that VS2017 spits out when compiling ;-)


🔄 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/84 **Author:** [@darkstar](https://github.com/darkstar) **Created:** 12/19/2017 **Status:** ✅ Merged **Merged:** 12/19/2017 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `fixes` --- ### 📝 Commits (3) - [`2e615c0`](https://github.com/aaru-dps/Aaru/commit/2e615c02cea8930ac4c30cbaa399be28e43eebfe) Change signed shift to unsigned shift - [`c7dfa9b`](https://github.com/aaru-dps/Aaru/commit/c7dfa9b2ad2c2a0a9d557c81eee3107150eb98a4) Fix CDRWin composer parsing - [`fc4710b`](https://github.com/aaru-dps/Aaru/commit/fc4710b06f4e6806bb1745df22ee60e006303ccf) Fix typo in Nero image plugin ### 📊 Changes **3 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `DiscImageChef.DiscImages/CDRWin.cs` (+2 -2) 📝 `DiscImageChef.DiscImages/Nero.cs` (+1 -1) 📝 `DiscImageChef.Helpers/Swapping.cs` (+2 -2) </details> ### 📄 Description I just found these while browsing through the 212 warnings that VS2017 spits out when compiling ;-) --- <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:55 +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#1046