summaryrefslogtreecommitdiff
path: root/audio/denemo/files/patch-src__lolydirectives.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-06-03 15:51:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-06-03 15:51:40 +0000
commitde582d652d7a853b876ea9c7dda86f888c01488c (patch)
tree104e6329d7af33d7bf1e3ce2515b03248f3ff5ba /audio/denemo/files/patch-src__lolydirectives.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__lolydirectives.c')
-rw-r--r--audio/denemo/files/patch-src__lolydirectives.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/denemo/files/patch-src__lolydirectives.c b/audio/denemo/files/patch-src__lolydirectives.c
deleted file mode 100644
index 58e166854eb8..000000000000
--- a/audio/denemo/files/patch-src__lolydirectives.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/lilydirectives.c.orig 2009-08-24 03:03:26.000000000 +0900
-+++ src/lilydirectives.c 2009-09-28 17:25:00.000000000 +0900
-@@ -1966,7 +1966,7 @@
- return ret;
- }
- GError *error = (GError*)execute_script_file(filename);
-- if(error) g_warning(error->message);
-+ if(error) g_warning("%s", error->message);
- g_free(filename);
- return ret;
- }