* src/procheader.c
fix bug in unfolding
+2003-11-29 [christoph] 0.9.7claws9
+
+ * src/procheader.c
+ fix bug in unfolding
+
2003-11-29 [luke] 0.9.7claws8
+
* src/textview.c
fix compilation for non c99 compilers
MICRO_VERSION=7
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=8
+EXTRA_VERSION=9
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}claws
else
if (buf[0] == '\r' || buf[0] == '\n') return -1;
}
+ /* remove trailing new line */
+ strretchomp(buf);
+
/* unfold line */
while (1) {
nexthead = peekchar(data);
break;
}
- /* remove trailing new line */
- strretchomp(buf);
-
return hnum;
}