summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pci.c b/pci.c
index 0467b85..6787977 100644
--- a/pci.c
+++ b/pci.c
@@ -9,7 +9,7 @@
extern struct pciusb_entries pci_probe(int probe_type) {
FILE *f;
- char buf[512];
+ char buf[BUF_SIZE];
unsigned short devbusfn;
unsigned int id;
struct pciusb_entry t[MAX_DEVICES];