[PR #765] [MERGED] Don't add trailing spaces to BCA output #1153

Closed
opened 2026-01-29 16:25:44 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/765
Author: @Deterous
Created: 11/24/2024
Status: Merged
Merged: 11/24/2024
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (3)

📊 Changes

2 files changed (+14 additions, -4 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors/CleanRip.cs (+13 -4)

📄 Description

Intended output:

0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 0000 0000 0000 0000 0000 0000
0000 0000 5044 4D43 0905 8805 2000 2008

Adds a space after every 4 characters, except for every 32 characters where it replaces with a newline instead.


🔄 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/SabreTools/MPF/pull/765 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/24/2024 **Status:** ✅ Merged **Merged:** 11/24/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`4812b74`](https://github.com/SabreTools/MPF/commit/4812b74656416232aaf182ec3df79b647a1b4f42) Don't add trailing spaces to BCA output - [`5680f4f`](https://github.com/SabreTools/MPF/commit/5680f4f8a8b289ca2842563056a56e4a9a370090) Fix import - [`c306500`](https://github.com/SabreTools/MPF/commit/c306500990b085d018deb24a2d668a2a971bc617) Fix var name ### 📊 Changes **2 files changed** (+14 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors/CleanRip.cs` (+13 -4) </details> ### 📄 Description Intended output: ``` 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 5044 4D43 0905 8805 2000 2008 ``` Adds a space after every 4 characters, except for every 32 characters where it replaces with a newline instead. --- <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 16:25:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1153