mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
trace_fs: prevent compilter warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user