mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Add missed casting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user