netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/evisum.git/commit/?id=60850dde1d49769903acebdfe4196063f43601b5

commit 60850dde1d49769903acebdfe4196063f43601b5
Author: Alastair Poole <nets...@gmail.com>
Date:   Wed Mar 10 12:55:26 2021 +0000

    network: buf size.
---
 src/bin/ui/ui_network.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/ui_network.c b/src/bin/ui/ui_network.c
index 6fc3963..d92b8ae 100644
--- a/src/bin/ui/ui_network.c
+++ b/src/bin/ui/ui_network.c
@@ -13,7 +13,7 @@ typedef struct
 
 typedef struct
 {
-   char     name[128];
+   char     name[255];
    uint64_t total_in;
    uint64_t total_out;
 

-- 


Reply via email to