home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
usenet
/
altsrcs
/
2
/
2868
/
patch.mfold.c
next >
Wrap
Text File
|
1991-02-27
|
542b
|
25 lines
*** mfold.c Mon Feb 25 18:24:38 1991
--- ../mfold.c Mon Feb 25 18:19:30 1991
***************
*** 249,256 ****
}
if ( in != '\n' ) {
if ( cnt_nwl > 1 && got_newlines ) {
while ( --cnt_nwl ) {
- set_putting_text(0);
putcolu('\n');
putcolu(' ');
}
--- 249,259 ----
}
if ( in != '\n' ) {
if ( cnt_nwl > 1 && got_newlines ) {
+ putcolu('\n');
+ putcolu(' ');
+ cnt_nwl--;
+ set_putting_text(0);
while ( --cnt_nwl ) {
putcolu('\n');
putcolu(' ');
}