wininet: InternetCreateUrlW should return the number of bytes needed.
commit80e4fb597537b6db4f38a35783131d6f0906a02e
authorRobert Shearman <rob@codeweavers.com>
Tue, 21 Mar 2006 13:44:36 +0000 (21 13:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Mar 2006 15:19:06 +0000 (21 16:19 +0100)
tree34930eddf66475ed30d47997a5ac98977e78123a
parentc307f4990fe89b4a958efcc9107bf25aef6c01d0
wininet: InternetCreateUrlW should return the number of bytes needed.

InternetCreateUrlW should return the number of bytes needed to store
the URL, not the number of characters (reported by Sven Paschukat).
dlls/wininet/http.c
dlls/wininet/internet.c