mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2025-05-21 02:09:34 -04:00
Add missed casting
This commit is contained in:
parent
354e2b4da6
commit
74d47e8afa
@ -310,7 +310,7 @@ void UnityPrintNumberByStyle(const UNITY_INT number, const UNITY_DISPLAY_STYLE_T
|
||||
UNITY_OUTPUT_CHAR('\'');
|
||||
if ((number <= 126) && (number >= 32))
|
||||
{
|
||||
UNITY_OUTPUT_CHAR(number);
|
||||
UNITY_OUTPUT_CHAR((int)number);
|
||||
}
|
||||
/* write escaped carriage returns */
|
||||
else if (number == 13)
|
||||
|
Loading…
x
Reference in New Issue
Block a user