]> git.ipfire.org Git - thirdparty/curl.git/commit
TFTP: fix compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2010 08:35:06 +0000 (10:35 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2010 08:35:06 +0000 (10:35 +0200)
commit3b47d231ac0e961cd84c0563d353fb6b59398bf9
treecdb60208f7cac18864c5a58f840820c2d59a5eb7
parent7977bc3dfa7ed77d0a76834d7f1134b3e4a5c9cd
TFTP: fix compiler warning

Curl_fillreadbuffer()'s second argument takes an int, so
typecasting to another is a bad idea.
lib/tftp.c