31 Jan
2011
31 Jan
'11
1:04 p.m.
max(a)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(a)winehq.org