mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 15:07:16 +00:00
framebuffer: fix ambiguity for strncpy
This commit is contained in:
parent
75366c66a4
commit
5d9b563503
@ -37,7 +37,7 @@ namespace Framebuffer {
|
||||
char argbuf[ARGBUF_SIZE];
|
||||
|
||||
/* donate ram quota for storing server-side meta data */
|
||||
strncpy(argbuf, "ram_quota=8K", sizeof(argbuf));
|
||||
Genode::strncpy(argbuf, "ram_quota=8K", sizeof(argbuf));
|
||||
|
||||
/* set optional session-constructor arguments */
|
||||
if (width)
|
||||
|
Loading…
x
Reference in New Issue
Block a user