--- statistics.c 2011-01-27 01:17:30.530002581 -0600 +++ statistics.c-new 2011-01-27 01:58:50.546670082 -0600 @@ -302,7 +302,7 @@ sp = strchr(buf1, ':'); np = strchr(buf2, ':'); if (!np || !sp) - goto formaterr; + goto formaterr; *sp = '\0'; tab = newtable(snmptabs, buf1); @@ -333,8 +333,8 @@ return; formaterr: - perror(_("error parsing /proc/net/snmp")); - return; +// perror(_("error parsing /proc/net/snmp")); + return; }