[hackers] [slstatus] Missing assignment for last commit || Aaron Marcher

From: <git_AT_suckless.org>
Date: Sat, 19 May 2018 13:12:30 +0200 (CEST)

commit a37224bf7b7eed62ff7574cc667202e905fc0d43
Author: Aaron Marcher <me_AT_drkhsh.at>
AuthorDate: Sat May 19 13:12:06 2018 +0200
Commit: Aaron Marcher <me_AT_drkhsh.at>
CommitDate: Sat May 19 13:12:06 2018 +0200

    Missing assignment for last commit

diff --git a/components/netspeeds.c b/components/netspeeds.c
index cd47dae..5af5a94 100644
--- a/components/netspeeds.c
+++ b/components/netspeeds.c
_AT_@ -67,6 +67,7 @@
                         warn("getifaddrs failed");
                         return NULL;
                 }
+ oldrxbytes = rxbytes;
                 for (ifa = ifal; ifa; ifa = ifa->ifa_next) {
                         if (!strcmp(ifa->ifa_name, interface) &&
                            (ifd = (struct if_data *)ifa->ifa_data)) {
_AT_@ -97,6 +98,7 @@
                         warn("getifaddrs failed");
                         return NULL;
                 }
+ oldtxbytes = txbytes;
                 for (ifa = ifal; ifa; ifa = ifa->ifa_next) {
                         if (!strcmp(ifa->ifa_name, interface) &&
                            (ifd = (struct if_data *)ifa->ifa_data)) {
Received on Sat May 19 2018 - 13:12:30 CEST

This archive was generated by hypermail 2.3.0 : Sat May 19 2018 - 13:24:24 CEST