linux: fix raw-string output in PRAW()

This commit is contained in:
Christian Helmuth 2016-07-19 13:03:53 +02:00
parent e410be69a7
commit 4eb58730c0

View File

@ -57,7 +57,7 @@ extern "C" void wait_for_continue(void);
char str[128]; \
Genode::snprintf(str, sizeof(str), \
ESC_ERR fmt ESC_END "\n", ##__VA_ARGS__); \
Genode::raw(str); \
Genode::raw((char const *)str); \
} while (0)