projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8426a2
)
make the variables that hold the result of strlen() size_t
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 23 Mar 2004 15:28:31 +0000
(15:28 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 23 Mar 2004 15:28:31 +0000
(15:28 +0000)
lib/telnet.c
patch
|
blob
|
history
diff --git
a/lib/telnet.c
b/lib/telnet.c
index 6e1f52b7f70ceca9b39c856e2e944f4b0d8c84dc..aea7749751b6b93b6945b5c8b26cd70113c10881 100644
(file)
--- a/
lib/telnet.c
+++ b/
lib/telnet.c
@@
-856,8
+856,8
@@
static void suboption(struct connectdata *conn)
{
struct curl_slist *v;
unsigned char temp[2048];
-
in
t len;
-
in
t tmplen;
+
size_
t len;
+
size_
t tmplen;
char varname[128];
char varval[128];
struct SessionHandle *data = conn->data;