Build fix for mbedk64f target
JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
@@ -50,5 +50,5 @@ int jerry_port_errormsg (const char *format, /**< format string */
|
||||
*/
|
||||
int jerry_port_putchar (int c) /**< character to put */
|
||||
{
|
||||
return putchar (c);
|
||||
return putchar ((unsigned char) c);
|
||||
} /* jerry_port_putchar */
|
||||
|
||||
Reference in New Issue
Block a user