Re: Fix the FIXME message to reflect the real problem.

2012-06-04 Thread Juan Lang
On Mon, Jun 4, 2012 at 2:19 AM, Piotr Caban wrote: > On 06/02/12 13:35, m...@mtew.isa-geek.net wrote: >> >> @@ -2735,7 +2735,7 @@ static BOOL CommitUrlCacheEntryInternal( >>              goto cleanup; >>          } >> >> -        FIXME("entry already in cache - don't know what to do!\n"); >> +    

Re: Fix the FIXME message to reflect the real problem.

2012-06-04 Thread Piotr Caban
On 06/02/12 13:35, m...@mtew.isa-geek.net wrote: @@ -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")