mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #875] [MERGED] Fix an outstanding forward slash showing in the UI #177
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:more-slashes📝 Commits (1)
e6431e3Fix 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 readandSaved memory card Xstill had forward slashes showing in the UI on Windows.Also changed
%dto%ubecause the parameter is unsigned - the compiler could have warned about it, but I guess it lacks some annotationsprintfand alike have.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.