aboutsummaryrefslogtreecommitdiff
path: root/misc/alevt
diff options
context:
space:
mode:
authorRoger Hardiman <roger@FreeBSD.org>2000-10-18 07:14:00 +0000
committerRoger Hardiman <roger@FreeBSD.org>2000-10-18 07:14:00 +0000
commited7d5a893922cbc95da4e7dcc39017e38a090667 (patch)
tree3b0e4a06e86b79c4296e4adf8ab27916f8433ba9 /misc/alevt
parentb61e799d8bf4a0bce5780ecd3b9fb728f627b686 (diff)
downloadports-ed7d5a893922cbc95da4e7dcc39017e38a090667.tar.gz
ports-ed7d5a893922cbc95da4e7dcc39017e38a090667.zip
Notes
Diffstat (limited to 'misc/alevt')
-rw-r--r--misc/alevt/files/patch-ab21
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,"&nbsp;");
++ fprintf(fp,"&nbsp");
+ last_space=0;
+ nbsp=1;
+ }
+@@ -251,7 +251,7 @@
+ {
+ if (last_space)
+ {
+- fprintf(fp,"&nbsp;");
++ fprintf(fp,"&nbsp");
+ last_space=0;
+ nbsp=1;
+ }
+