mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +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()
|
||||
{
|
||||
unsigned long tmp;
|
||||
unsigned long tmp = 0;
|
||||
|
||||
_content[_content_filled - 1] = '\0';
|
||||
_content_filled = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user