[PR #875] [MERGED] Fix an outstanding forward slash showing in the UI #177

Closed
opened 2026-01-29 19:06:45 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/875
Author: @CookiePLMonster
Created: 9/22/2020
Status: Merged
Merged: 9/23/2020
Merged by: @stenzek

Base: masterHead: more-slashes


📝 Commits (1)

  • e6431e3 Fix an outstanding forward slash showing in the UI

📊 Changes

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

View changed files

📝 src/core/host_interface.cpp (+2 -2)

📄 Description

Missed a slash, so messages like Memory card X could not be read and Saved memory card X still had forward slashes showing in the UI on Windows.

Also changed %d to %u because the parameter is unsigned - the compiler could have warned about it, but I guess it lacks some annotations printf and alike have.


🔄 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/stenzek/duckstation/pull/875 **Author:** [@CookiePLMonster](https://github.com/CookiePLMonster) **Created:** 9/22/2020 **Status:** ✅ Merged **Merged:** 9/23/2020 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `more-slashes` --- ### 📝 Commits (1) - [`e6431e3`](https://github.com/stenzek/duckstation/commit/e6431e35997fc19ef8f3709f3925cebeaa4daab3) Fix an outstanding forward slash showing in the UI ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/host_interface.cpp` (+2 -2) </details> ### 📄 Description Missed a slash, so messages like `Memory card X could not be read` and `Saved memory card X` still had forward slashes showing in the UI on Windows. Also changed `%d` to `%u` because the parameter is unsigned - the compiler could have warned about it, but I guess it lacks some annotations `printf` and alike have. --- <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 19:06:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#177