summaryrefslogtreecommitdiffstats
path: root/src/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/freebsd')
-rw-r--r--src/freebsd/btop_collect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/freebsd/btop_collect.cpp b/src/freebsd/btop_collect.cpp
index 613e996..2b92ba3 100644
--- a/src/freebsd/btop_collect.cpp
+++ b/src/freebsd/btop_collect.cpp
@@ -583,8 +583,8 @@ namespace Mem {
if (f()) {
char buf[512];
size_t len = 512;
+ uint64_t nread = 0, nwritten = 0;
while (not std::feof(f())) {
- uint64_t nread = 0, nwritten = 0;
if (fgets(buf, len, f())) {
char *name = std::strtok(buf, ": \n");
char *value = std::strtok(NULL, ": \n");