1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/editors/cooledit/files/patch-af
Chris Piazza 1e39753fcf Update cooledit to 3.11.3.
PR:	12162
1999-06-19 06:02:08 +00:00

12 lines
344 B
Plaintext

--- widget/syntax.c.orig Fri Jun 11 16:24:41 1999
+++ widget/syntax.c Sat Jun 12 08:30:33 1999
@@ -729,7 +729,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 = strdup (p);