You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/gnuit/files/gnuit-4.9.5-format-security...

12 lines
296 B

--- a/src/git.c
+++ b/src/git.c
@@ -1917,7 +1917,7 @@ main(argc, argv)
printf("%s %s (%s)\n", PRODUCT, VERSION, HOST);
#endif /* !HAVE_GCC */
- printf(copyright);
+ printf("%s", copyright);
#ifdef DEBIAN
add_to_environment("GIT_EDITOR", "EDITOR", "sensible-editor");