summaryrefslogtreecommitdiff
path: root/editors/cooledit/files/patch-af
blob: 856494ee0910480d1a04348e1a3b2904361698e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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);