freebsd-ports/korean/gtkcomm/files/patch-src-pcConfig.c
Jung-uk Kim e1663c6ba0 - Update to 0.8.1 and unbreak build on HEAD.
- Add LICENSE and chase project URL change.
- Reset maintainership due to long inactivity.
2011-08-03 23:58:53 +00:00

22 lines
720 B
C

--- src/pcConfig.c.orig 2003-03-26 03:23:38.000000000 -0500
+++ src/pcConfig.c 2011-08-03 18:58:36.000000000 -0400
@@ -155,7 +155,7 @@
{
if (target == (char *) &ControlBarShow)
ControlBarFix();
- else if (target == (char *) &ToolBarType || target == (char *) ToolBarShow)
+ else if (target == (char *) &ToolBarType || target == (char *) &ToolBarShow)
StatusShowMessage(_("Use menu instead!"));
else if (Term)
{
@@ -180,8 +180,8 @@
MouseRightButtonNum = 3;
}
}
- else if (target == (char *) ModemMaxHistory
- || target == (char *) ModemHistoryBufSize)
+ else if (target == (char *) &ModemMaxHistory
+ || target == (char *) &ModemHistoryBufSize)
ModemHistoryNew();
}
}