trace_fs: prevent compilter warning

This commit is contained in:
Christian Helmuth 2016-04-21 08:54:24 +02:00
parent ff4033c6b0
commit dd90cb3bfe

View File

@ -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;