1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/www/kdreamsite/files/patch-aa
Chris Piazza 01493d7992 KDreamsite is another GUI WYSIWYG HTML editor that is still
undergoing development.  Currently BROKEN on 3.x because of old
compiler issues.

PR:		15798
Submitted by:	Will Andrews <andrews@technologist.com>
2000-01-01 23:07:19 +00:00

12 lines
263 B
Plaintext

--- kdreamsite/kwrite/kwdoc.cpp Sun Nov 7 10:17:33 1999
+++ kdreamsite/kwrite/kwdoc.cpp.new Sat Nov 13 14:43:32 1999
@@ -1465,7 +1465,7 @@
len=0;
for ( i = 0; i < end; i++) s[len+i]=textLine->getChar(i);
- s[i+1] = "\0";
+ s[i+1] = '\0';
return s;
}