diff options
author | roger <roger@FreeBSD.org> | 2000-10-18 15:14:00 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-10-18 15:14:00 +0800 |
commit | 707c2e8793efcbe4d37433cc4c783863647adb7a (patch) | |
tree | 2f70ca89be36fa55a24aa2916bba20ec53a4a8c7 /misc | |
parent | ca2c1394678019ecf36ccb6552d246cec455f001 (diff) | |
download | freebsd-ports-gnome-707c2e8793efcbe4d37433cc4c783863647adb7a.tar.gz freebsd-ports-gnome-707c2e8793efcbe4d37433cc4c783863647adb7a.tar.zst freebsd-ports-gnome-707c2e8793efcbe4d37433cc4c783863647adb7a.zip |
Add patch to fix html export feature
Submitted by: The Alevt author
Diffstat (limited to 'misc')
-rw-r--r-- | misc/alevt/files/patch-ab | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/alevt/files/patch-ab b/misc/alevt/files/patch-ab new file mode 100644 index 000000000000..927a2aac2c9b --- /dev/null +++ b/misc/alevt/files/patch-ab @@ -0,0 +1,21 @@ +--- exp-html.c.old Tue Oct 17 21:28:40 2000 ++++ exp-html.c Tue Oct 17 21:28:30 2000 +@@ -214,7 +214,7 @@ + { + if (last_space) + { +- fprintf(fp," "); ++ fprintf(fp," "); + last_space=0; + nbsp=1; + } +@@ -251,7 +251,7 @@ + { + if (last_space) + { +- fprintf(fp," "); ++ fprintf(fp," "); + last_space=0; + nbsp=1; + } + |