[PATCH] Clarify 'fixme'...

max at mtew.isa-geek.net max at mtew.isa-geek.net
Mon Jan 31 13:01:26 CST 2011


From: Max TenEyck Woodbury <max at mtew.isa-geek.net>

---
 dlls/wininet/urlcache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 2129f42..3ef9d16 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -2519,7 +2519,7 @@ static BOOL CommitUrlCacheEntryInternal(
 
     if (URLCache_FindHash(pHeader, lpszUrlNameA, &pHashEntry))
     {
-        FIXME("entry already in cache - don't know what to do!\n");
+        FIXME("hash matces - collision check needed.\n");
 /*
  *        SetLastError(ERROR_FILE_NOT_FOUND);
  *        return FALSE;
-- 
1.7.3.5




More information about the wine-patches mailing list