]> granicus.if.org Git - curl/commit
url.c: use the preferred symbol name: *READDATA
authorMarcel Raad <marcelraad@users.sf.net>
Tue, 22 Jul 2014 09:26:16 +0000 (11:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 22 Jul 2014 09:27:51 +0000 (11:27 +0200)
commitd242839af8511b389f0edd6519bdae6cd860e8a9
tree30f1a64a21491ec6e044b2c865a1b2755748ddb8
parent6f8046f7a4bd3d6edcc53c2eec936105ec424d54
url.c: use the preferred symbol name: *READDATA

with CURL_NO_OLDIES defined, it doesn't compile because this deprecated
symbol (*INFILE) is used

Bug: http://curl.haxx.se/bug/view.cgi?id=1398
lib/url.c