diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-01 21:29:45 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-02-01 21:29:45 +0000 |
commit | 8415c612c70729af5abbc6fc158d76f2a4b53529 (patch) | |
tree | 5a3f4295ccd8bb3f1b683ddae703ce57ba755607 /audio/terminatorx | |
parent | Update to 1.0 (diff) |
Fix Build on CURRENT
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/files/patch-tX_mastergui.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/terminatorx/files/patch-tX_mastergui.cc b/audio/terminatorx/files/patch-tX_mastergui.cc new file mode 100644 index 000000000000..c00157074574 --- /dev/null +++ b/audio/terminatorx/files/patch-tX_mastergui.cc @@ -0,0 +1,11 @@ +--- src/tX_mastergui.cc.orig Sat Feb 1 22:20:23 2003 ++++ src/tX_mastergui.cc Sat Feb 1 22:20:49 2003 +@@ -1125,7 +1125,7 @@ + gtk_widget_destroy(GTK_WIDGET(mbox)); + } + +-void tx_note(const char *message, bool isError=false) ++void tx_note(const char *message, bool isError) + { + char buffer[4096]="terminatorX "; + if (isError) { |