1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/editors/cooledit/files/patch-af
Chris Piazza fe11e34f92 Update to 3.12.0. This port now works on 4.0.
PR:		16414
Submitted by:	maintainer
2000-01-29 06:56:35 +00:00

12 lines
353 B
Plaintext

--- widget/syntax.c.orig Tue Nov 30 02:34:27 1999
+++ widget/syntax.c Wed Jan 26 18:36:26 2000
@@ -590,7 +590,7 @@
f = fopen (p, "r");
if (f)
return f;
- strcpy (p, LIBDIR "/syntax/");
+ strcpy (p, DATADIR "/cooledit/syntax/");
strcat (p, filename);
syntax_free (error_file_name);
error_file_name = (char *) strdup (p);