Debian Bug#157098: wrong file presentation on large files
from "Eduard Bloch" <blade@debian.org> * configure (clen_t): added (HAVE_STRTOLL): added (HAVE_STRTOQ): added (HAVE_ATOLL): added (HAVE_ATOQ): added * config.h.dist: ditto * file.c (current_content_length): s/int/clen_t/ (loadGeneralFile): s/atoi/strtoclen/ (convert_size): s/int/clen_t/ (convert_size2): s/int/clen_t/ (showProgress): s/int/clen_t/ (loadHTMLstream): s/int/clen_t/ linelen, trbyte (loadBuffer): ditto (getNextPage): s/int/clen_t/ linelen (save2tmp): s/int/clen_t/ linelen, trbye (_MoveFile): s/int/clen_t/ linelen, trbye * fm.h (_Buffer): s/int/clen_t/ linelen, trbye * ftp.c (size_int2str): s/long/clen_t/ (ex_ftpdir_name_size_date): s/long/clen_t/ * indep.c (strtoclen): added * indep.h (strtoclen): added * proto.h (showProgress): s/int/clen_t/ From: Fumitoshi UKAI <ukai@debian.or.jp>
This commit is contained in:
@@ -179,6 +179,11 @@ MODEL=Linux.i686-monster-ja
|
||||
#undef USE_BINMODE_STREAM
|
||||
#define HAVE_TERMIOS_H
|
||||
#define HAVE_DIRENT_H
|
||||
typedef long clen_t;
|
||||
#undef HAVE_STRTOLL
|
||||
#undef HAVE_STRTOQ
|
||||
#undef HAVE_ATOLL
|
||||
#undef HAVE_ATOQ
|
||||
#define HAVE_STRCASECMP
|
||||
#define HAVE_STRCASESTR
|
||||
#define HAVE_STRCHR
|
||||
|
Reference in New Issue
Block a user