search for: main_show_kernel

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

2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...; + more_printf("%s", output_buffer); memset(buffer, 0, sizeof(buffer)); if (flush) return; diff --git a/com32/hdt/hdt-cli-kernel.c b/com32/hdt/hdt-cli-kernel.c index d4946f3..f64771b 100644 --- a/com32/hdt/hdt-cli-kernel.c +++ b/com32/hdt/hdt-cli-kernel.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-c...