[PATCH] [patch] Already in cache means nothing more to do...

Alexandre Julliard julliard at winehq.org
Mon Jan 31 07:04:22 CST 2011


max at mtew.isa-geek.net writes:

> @@ -2519,11 +2519,7 @@ static BOOL CommitUrlCacheEntryInternal(
>  
>      if (URLCache_FindHash(pHeader, lpszUrlNameA, &pHashEntry))
>      {
> -        FIXME("entry already in cache - don't know what to do!\n");
> -/*
> - *        SetLastError(ERROR_FILE_NOT_FOUND);
> - *        return FALSE;
> - */
> +        error = ERROR_SUCCESS;

The entry is not necessarily the same even if the hash matches.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list