Author: Dmitry B. Khlonin Description: extend width of parsed interface names Bug-Debian: https://bugs.debian.org/246054 --- a/bwbar.c +++ b/bwbar.c @@ -317,7 +317,7 @@ /* Get interface info */ do { - if ( fscanf(pnd, " %6[^:]:%u %u %u %u %u %u %u %u %u %u %u %u %u %u %u %u", + if ( fscanf(pnd, " %15[^:]:%u %u %u %u %u %u %u %u %u %u %u %u %u %u %u %u", ifc.name, &ifc.r_bytes, &ifc.r_pkt, &ifc.r_err, &ifc.r_drop, &ifc.r_fifo, &ifc.r_frame, &ifc.r_compr, &ifc.r_mcast,