1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Fix Build on CURRENT

This commit is contained in:
Tilman Keskinoz 2003-02-01 21:29:45 +00:00
parent c2cd3697a0
commit 8415c612c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74434

View File

@ -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) {