search for: main_show_px

Displaying 1 result from an estimated 1 matches for "main_show_px".

Did you mean: main_show_pxe
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...ot;, second_line); more_printf("\n"); } else if (nopciids == true) { if (nomodulesfile == true) { diff --git a/com32/hdt/hdt-cli-pxe.c b/com32/hdt/hdt-cli-pxe.c index 3a61bc0..29e760a 100644 --- a/com32/hdt/hdt-cli-pxe.c +++ b/com32/hdt/hdt-cli-pxe.c @@ -66,14 +66,14 @@ void main_show_pxe(int argc __unused, char **argv __unused, snprintf(buffer, sizeof(buffer), " PCI Bus pos. : %02x:%02x.%02x\n", p->pci_bus, p->pci_dev, p->pci_func); - more_printf(buffer); + more_printf("%s", buffer); } else { snprintf(buffer, sizeof(buffer), " Man...