| Summary: | [PATCH] Replace character of legacy code page with utf-8 one. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Joel Linn <jl> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | trivial | ||
| Priority: | P2 | ||
| Version: | 2.0.13 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | replace character | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/e13e50af8b90 |
Created attachment 4490 [details] replace character This patch fixes a MSVC warning, which is dependent on the regional settings of the build system. Although the character is inside a comment and harmless, it is undesirable to disable the warning for this.