We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03711ea commit 788ac88Copy full SHA for 788ac88
src/fs.cc
@@ -79,7 +79,7 @@ int update_fs_stats() {
79
if (current_update_time - last_fs_update < 13) { return 0; }
80
81
for (i = 0; i < MAX_FS_STATS; ++i) {
82
- if (fs_stats[i].set != 0) { update_fs_stat(&fs_stats[i]); }
+ fs_stats[i].set = 0;
83
}
84
last_fs_update = current_update_time;
85
return 0;
0 commit comments