[PR #760] [MERGED] Fix PIC parser #1148

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors/ProcessingTool.cs (+1 -1)

📄 Description

Currently copy-pasting the PIC from redump.org does not work as the parser only removes the \n character
This fixes it to remove both \n and \r


🔄 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/760 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 11/19/2024 **Status:** ✅ Merged **Merged:** 11/19/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9854856`](https://github.com/SabreTools/MPF/commit/9854856fd3c80ba0ca5a3bb789414649ef3b55b5) Fix PIC parser ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors/ProcessingTool.cs` (+1 -1) </details> ### 📄 Description Currently copy-pasting the PIC from redump.org does not work as the parser only removes the \n character This fixes it to remove both \n and \r --- <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:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1148