diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-06-03 15:51:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-06-03 15:51:40 +0000 |
commit | de582d652d7a853b876ea9c7dda86f888c01488c (patch) | |
tree | 104e6329d7af33d7bf1e3ce2515b03248f3ff5ba /audio/denemo/files/patch-src__main.c | |
parent | - Update to 0.2.3 (diff) |
- Update to 0.9.0
PR: ports/156861
Submitted by: Kalten <kalten@gmx.at>
Notes
Notes:
svn path=/head/; revision=275033
Diffstat (limited to 'audio/denemo/files/patch-src__main.c')
-rw-r--r-- | audio/denemo/files/patch-src__main.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/denemo/files/patch-src__main.c b/audio/denemo/files/patch-src__main.c deleted file mode 100644 index f22b63c6112d..000000000000 --- a/audio/denemo/files/patch-src__main.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/main.c.orig 2009-08-24 03:03:26.000000000 +0900 -+++ src/main.c 2009-09-28 17:25:00.000000000 +0900 -@@ -549,7 +549,7 @@ - g_print("opt %c has %s\n", opts, argv[optind]); - if (opts == 'h') - { -- g_print (helptext); -+ g_print ("%s", helptext); - exit (0); - } - else if (opts == 's') -@@ -573,13 +573,13 @@ - { - g_print (_("\nGNU Denemo version ")); - g_print (VERSION ".\n\n"); -- g_print (copytext); -+ g_print ("%s", copytext); - exit (0); - } - } - - g_print (_("\nGNU Denemo, a gtk+ frontend for GNU Lilypond\n")); -- g_print (copytext); -+ g_print ("%s", copytext); - - g_free (helptext); - |