+2005-02-09 Helge Hess <helge.hess@opengroupware.org>
+
+ * FdExt.subproj/NSString+misc.m: do not quote the last newline if the
+ newline is the last char in the string (v4.5.143)
+
2005-02-08 Helge Hess <helge.hess@opengroupware.org>
* FdExt.subproj/NSString+misc.m: added new method
targetBuf[nl] = sourceBuf[i];
nl++;
- if (sourceBuf[i] == '\n') {
+ if (sourceBuf[i] == '\n' && (i + 1 != len)) {
targetBuf[nl] = '>'; nl++;
targetBuf[nl] = ' '; nl++;
}
# version
-SUBMINOR_VERSION:=142
+SUBMINOR_VERSION:=143
# v4.3.115 requires libFoundation v1.0.59
# v4.2.72 requires libEOControl v4.2.39