Fix the FIXME message to reflect the real problem.

max at mtew.isa-geek.net max at mtew.isa-geek.net
Sat Jun 2 06:35:32 CDT 2012


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 e958d00..0e1fb23 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -2735,7 +2735,7 @@ static BOOL CommitUrlCacheEntryInternal(
             goto cleanup;
         }
 
-        FIXME("entry already in cache - don't know what to do!\n");
+        FIXME("collision handler needed - the entry is already in use!\n");
 /*
  *        SetLastError(ERROR_FILE_NOT_FOUND);
  *        return FALSE;
-- 
1.7.6.5




More information about the wine-patches mailing list