diff options
author | RichardHitt <rbh00@netcom.com> | 2013-01-19 12:33:16 -0800 |
---|---|---|
committer | RichardHitt <rbh00@netcom.com> | 2013-01-19 12:33:16 -0800 |
commit | 4e0daf047ed14e54ea7eeb2c1547cbe06332fbf4 (patch) | |
tree | c224e85b7ebb5a6c9854211dc7f11924a3ca2b0e /src/common/text.c | |
parent | a46f89998c4faa4b4768e18333ec98c5107ba90b (diff) |
Correct almost all compiler warning issues
Diffstat (limited to 'src/common/text.c')
-rw-r--r-- | src/common/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/text.c b/src/common/text.c index a89fd511..0bef377c 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -136,7 +136,7 @@ scrollback_shrink (session *sess) int fh; int lines; int line; - int len; + gsize len; char *p; scrollback_close (sess); |