Re: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW

2004-12-23 Thread Alexandre Julliard
Robert Shearman <[EMAIL PROTECTED]> writes: > The strncpyW function exists for a reason. Also, it is better to use > strlenW than lstrlenW. Actually strncpy(W) is almost always the wrong thing to use. If you want to copy a fixed length (like in that case) memcpy is a much better choice; if you wa

Re: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW

2004-12-23 Thread Robert Shearman
Jacek Caban wrote: Changelog: Implemented CreateUrlCacheEntryW and DeleteUrlCacheEntryW Index: dlls/wininet/urlcache.c === RCS file: /home/wine/wine/dlls