mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
12 lines
296 B
Diff
12 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");
|