mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add patch to fix html export feature
Submitted by: The Alevt author
This commit is contained in:
parent
b61e799d8b
commit
ed7d5a8939
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33955
21
misc/alevt/files/patch-ab
Normal file
21
misc/alevt/files/patch-ab
Normal file
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user