mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
1e39753fcf
PR: 12162
12 lines
344 B
Plaintext
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);
|