mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
@ -20,7 +20,7 @@ extern "C" {
|
||||
|
||||
extern "C" void dde_kit_print(const char *msg)
|
||||
{
|
||||
Genode::printf(msg);
|
||||
Genode::printf("%s", msg);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user