Re: lftp >= lftp-pre3.0.0-20040212 problem
"Alexander V. Lukyanov" <[email protected]>
| Newsgroups | gmane.network.lftp.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 02, 2004 at 01:36:32PM +0900, SHIOTA Shoichi wrote: > Please commit this patch. > > $ cat AIX.patch > --- src/StatusLine.cc.orig 2004-03-13 22:36:09 +0900 > +++ src/StatusLine.cc 2004-05-01 16:31:18 +0900 > @@ -234,6 +234,7 @@ > wpos--; // FIXME: assumption - space width is 1 > } > > + if ((end-newstr[curr_line]) > 0) > write(fd,newstr[curr_line],end-newstr[curr_line]); > > const char *shown_curr=(curr_line>=shown.Count()?"":shown[curr_line]); Thanks! Patch applied. -- Alexander.