--- projects/libstatgrab/src/libstatgrab/network_stats.c 2004/03/06 21:56:23 1.48 +++ projects/libstatgrab/src/libstatgrab/network_stats.c 2004/03/06 22:27:10 1.49 @@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA * 02111-1307 USA * - * $Id: network_stats.c,v 1.48 2004/03/06 21:56:23 tdb Exp $ + * $Id: network_stats.c,v 1.49 2004/03/06 22:27:10 ats Exp $ */ #ifdef HAVE_CONFIG_H @@ -129,7 +129,7 @@ network_stat_t *get_network_stats(int *entries){ /* Horrible big enough, but it should be easily big enough */ char line[8096]; regex_t regex; - regmatch_t line_match[4]; + regmatch_t line_match[9]; #endif #ifdef ALLBSD struct ifaddrs *net, *net_ptr;