Date: Thu, 23 Oct 2008 21:21:16 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 151834 for review Message-ID: <200810232121.m9NLLGtq008066@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=151834 Change 151834 by hselasky@hselasky_laptop001 on 2008/10/23 21:20:55 Correct alternate number printout. Affected files ... .. //depot/projects/usb/src/usr.sbin/usbconfig/dump.c#4 edit Differences ... ==== //depot/projects/usb/src/usr.sbin/usbconfig/dump.c#4 (text+ko) ==== @@ -386,7 +386,7 @@ dump_iface(pdev, pcfg->interface + x); printf("\n"); for (y = 0; y != (pcfg->interface + x)->num_altsetting; y++) { - printf("\n Interface %u Alt %u\n", x, y); + printf("\n Interface %u Alt %u\n", x, y + 1); dump_iface(pdev, (pcfg->interface + x)->altsetting + y); printf("\n");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810232121.m9NLLGtq008066>