aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-08-20 17:49:38 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-08-20 17:49:38 +0000
commitd404404dda40eab419b37f8136920e8edf38d401 (patch)
treece4ccf54721997c7f4385cdc0daeb5f323873e53 /fm.h
parentDebian Bug#154766: w3m-img: support DirectColor framebuffer visuals? (diff)
downloadw3m-d404404dda40eab419b37f8136920e8edf38d401.tar.gz
w3m-d404404dda40eab419b37f8136920e8edf38d401.zip
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>
Diffstat (limited to '')
-rw-r--r--fm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fm.h b/fm.h
index c6748a5..da12859 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.61 2002/07/22 16:27:31 ukai Exp $ */
+/* $Id: fm.h,v 1.62 2002/08/20 17:49:39 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -419,8 +419,8 @@ typedef struct _Buffer {
struct frameset *frameset;
struct frameset_queue *frameQ;
int *clone;
- int linelen;
- int trbyte;
+ size_t linelen;
+ size_t trbyte;
char check_url;
#ifdef JP_CHARSET
char document_code;