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

11 lines
344 B
Text

--- 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);