aboutsummaryrefslogtreecommitdiff
path: root/editors/cooledit/files/patch-af
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-01-29 06:56:35 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-01-29 06:56:35 +0000
commitfe11e34f92f2134a8ddfe7261633708d67576eac (patch)
tree0bae30a8b3ffc5eeb60a52b6afeb6f5a89e7a4b9 /editors/cooledit/files/patch-af
parent62a15d733469b31c873f26d25c715a62a775d871 (diff)
Notes
Diffstat (limited to 'editors/cooledit/files/patch-af')
-rw-r--r--editors/cooledit/files/patch-af8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/cooledit/files/patch-af b/editors/cooledit/files/patch-af
index 856494ee0910..8a15854d8a49 100644
--- a/editors/cooledit/files/patch-af
+++ b/editors/cooledit/files/patch-af
@@ -1,6 +1,6 @@
---- 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 @@
+--- 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;
@@ -8,4 +8,4 @@
+ strcpy (p, DATADIR "/cooledit/syntax/");
strcat (p, filename);
syntax_free (error_file_name);
- error_file_name = strdup (p);
+ error_file_name = (char *) strdup (p);