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:
4
proto.h
4
proto.h
@@ -1,4 +1,4 @@
|
||||
/* $Id: proto.h,v 1.44 2002/06/09 16:09:25 ukai Exp $ */
|
||||
/* $Id: proto.h,v 1.45 2002/08/20 17:49:39 ukai Exp $ */
|
||||
/*
|
||||
* This file was automatically generated by version 1.7 of cextract.
|
||||
* Manual editing not recommended.
|
||||
@@ -176,7 +176,7 @@ extern void HTMLlineproc0(char *istr, struct html_feed_environ *h_env,
|
||||
int internal);
|
||||
#define HTMLlineproc1(x,y) HTMLlineproc0(x,y,TRUE)
|
||||
extern Buffer *loadHTMLBuffer(URLFile *f, Buffer *newBuf);
|
||||
extern void showProgress(int *linelen, int *trbyte);
|
||||
extern void showProgress(clen_t *linelen, clen_t *trbyte);
|
||||
extern void init_henv(struct html_feed_environ *, struct readbuffer *,
|
||||
struct environment *, int, TextLineList *, int, int);
|
||||
extern void completeHTMLstream(struct html_feed_environ *,
|
||||
|
Reference in New Issue
Block a user