mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
linux: fix raw-string output in PRAW()
This commit is contained in:
parent
e410be69a7
commit
4eb58730c0
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user