1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/tilp/files/patch-src-tilp_misc.c
Edwin Groothuis bf02ecd7e2 [new port] TiLP: TI calculator link program
TiLP is a Linking Program to send/receive files to/from
	your TI calculator.

PR:		ports/56137
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2003-09-08 11:03:44 +00:00

12 lines
440 B
C

--- src/tilp_misc.c.orig Mon Apr 21 14:30:31 2003
+++ src/tilp_misc.c Mon Apr 21 12:44:08 2003
@@ -78,7 +78,7 @@
options.web_options = g_strdup("");
strcpy(options.left_font_name, "");
strcpy(options.right_font_name,
- "-adobe-courier-medium-r-*-*-*-125-*-*-*-*-*-*");
+ "-adobe-courier-medium-r-*-*-*-120-*-*-*-*-*-*");
options.console_mode = !0;
locale = setlocale(LC_ALL, NULL);
strcpy(options.locale, locale);