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
Steve Price 2954c55b1d Update to version 3.11.2.
PR:		12047
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-06-09 00:05:23 +00:00

12 lines
344 B
Plaintext

--- widget/syntax.c.orig Sun May 30 07:47:04 1999
+++ widget/syntax.c Mon Jun 7 15:55:34 1999
@@ -728,7 +728,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);