24 Apr
2008
24 Apr
'08
4:26 p.m.
On Thu, Apr 24, 2008 at 01:57:41AM +0000, corvid wrote:
The top of Nav_open_url has
bool_t ForceReload = (URL_FLAGS(url) & (URL_E2EReload + URL_ReloadFromCache));
When repushing URLs, URL_FLAGS contains URL_ReloadFromCache, which is 0x100. And remember how Jorge changed bool_t from int to unsigned char? I'd forgotten about it, too, which meant I wasted some time looking in the wrong places for this bug.
Ouch, this must have been fun to debug :-)