ftp_parselist: fix compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Sat, 18 Dec 2010 23:15:12 +0000 (00:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Dec 2010 23:15:12 +0000 (00:15 +0100)
commit7f3b87d8782eae1803b9658e14788f5dcbb3aa6b
treec4fe16612c550df5dd27d4cb0f46f11fb92267fd
parent6b5dc725756984da68da5c3866c6bb8ef10527cb
ftp_parselist: fix compiler warning

Doing curlx_strtoofft() on the size just to figure out the end of it
causes a compiler warning since the result wasn't used, but is also a
bit of a waste.
lib/ftplistparser.c