mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
01493d7992
undergoing development. Currently BROKEN on 3.x because of old compiler issues. PR: 15798 Submitted by: Will Andrews <andrews@technologist.com>
12 lines
263 B
Plaintext
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;
|
|
}
|
|
|