Re: [PATCH] [patch] Already in cache means nothing more to do...
31 Jan
2011
31 Jan
'11
7:04 a.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
5429
Age (days ago)
5429
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard