mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
81eefcdd20
PR: ports/174192 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
298 B
C
12 lines
298 B
C
--- kernel/cmdline.c.orig
|
|
+++ kernel/cmdline.c
|
|
@@ -329,7 +329,7 @@
|
|
printf(" %s\n");
|
|
if (mainmodule->blurb != lispnil) {
|
|
append_blurb_strings(blurb, mainmodule->blurb);
|
|
- printf(blurb);
|
|
+ printf("%s", blurb);
|
|
} else {
|
|
printf("(no description)");
|
|
}
|