mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
11 lines
296 B
Diff
11 lines
296 B
Diff
--- 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");
|