From 6443e6031908252947ed0c7ea67b1def276eff11 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sat, 19 Nov 2005 23:06:59 +0000 Subject: [PATCH] fix for bug 1359055? git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@424 7f574dfc-610e-0410-a909-a81674777703 --- src/linux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/linux.c b/src/linux.c index 0ea94e60..e0a340ae 100644 --- a/src/linux.c +++ b/src/linux.c @@ -154,8 +154,7 @@ inline void update_net_stats() /* open file and ignore first two lines */ if (net_dev_fp == NULL) { - // net_dev_fp = open_file("/proc/net/dev", &rep); - net_dev_fp = open_file("/home/brenden/fake", &rep); + net_dev_fp = open_file("/proc/net/dev", &rep); } else fseek(net_dev_fp, 0, SEEK_SET);