search for: c86a792

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

Did you mean: 86792
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...nel.c @@ -83,7 +83,7 @@ void main_show_kernel(int argc __unused, char **argv __unused, } if (found == true) { strncat(buffer, "\n", 1); - more_printf(buffer); + more_printf("%s", buffer); } } diff --git a/com32/hdt/hdt-cli-pci.c b/com32/hdt/hdt-cli-pci.c index c86a792..e0b7830 100644 --- a/com32/hdt/hdt-cli-pci.c +++ b/com32/hdt/hdt-cli-pci.c @@ -206,8 +206,8 @@ static void show_pci_devices(int argc __unused, char **argv __unused, pci_device->product, pci_device->sub_vendor, pci_device->sub_product); - more_printf(first_line); - more_...