mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 17:31:46 +00:00
trace_fs: prevent compilter warning
This commit is contained in:
parent
ff4033c6b0
commit
dd90cb3bfe
@ -260,7 +260,7 @@ namespace File_system {
|
|||||||
*/
|
*/
|
||||||
void _refresh_content()
|
void _refresh_content()
|
||||||
{
|
{
|
||||||
unsigned long tmp;
|
unsigned long tmp = 0;
|
||||||
|
|
||||||
_content[_content_filled - 1] = '\0';
|
_content[_content_filled - 1] = '\0';
|
||||||
_content_filled = 0;
|
_content_filled = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user