1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/cooledit/files/patch-af

12 lines
353 B
Plaintext
Raw Normal View History

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