summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/status/netif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status/netif.c b/src/status/netif.c
index e760b4c..6e12191 100644
--- a/src/status/netif.c
+++ b/src/status/netif.c
@@ -15,7 +15,7 @@
void status_netif(GlobalData *g, char *ifname)
{
StatusItem s;
- char text[16] = { 0 };
+ char text[20] = { 0 };
char ifpath[256];
int ifpathlen;