diff options
Diffstat (limited to 'editors/ve/patches/patch-ab')
-rw-r--r-- | editors/ve/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/ve/patches/patch-ab b/editors/ve/patches/patch-ab new file mode 100644 index 00000000000..f31c4fc964e --- /dev/null +++ b/editors/ve/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/04/19 14:05:17 zuntum Exp $ + +--- edit.c.orig Sun Apr 7 16:13:24 2002 ++++ edit.c +@@ -793,6 +793,7 @@ + fclose(fp); + stat(FPath, &st0); + modified = -1; ++ convert(FPath); + } + + return saveheader ? KEEP_EDITING : aborted; |