dect
/
libpcap
Archived
13
0
Fork 0

Capitalize "USB".

This commit is contained in:
guy 2006-12-04 23:01:25 +00:00
parent 78ca8b4d49
commit ed2b2e24ef
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ usb_platform_finddevs(pcap_if_t **alldevsp, char *err_str)
int n = name[0] - '0';
char dev_name[10], dev_descr[30];
snprintf(dev_name, 10, USB_IFACE"%d", n);
snprintf(dev_descr, 30, "usb bus number %d", n);
snprintf(dev_descr, 30, "USB bus number %d", n);
if (pcap_add_if(&devlist, dev_name, 0,
dev_descr, err_str) < 0)