On Thu, 31 Jul 2008 00:59:21 +0100 (BST), John-Mark Bell wrote: > > I put them all back and can't reproduce the problem again, although > > strncasecmp is still crashing. > > Make sure you've got no compiler warnings along the lines of: > > warning: implicit declaration of function 'strncasecmp'
There may well have been. Since recompiling with a different clib (newlib) this has gone anyway. > The correct form for file: URLs (and what NetSurf uses internally) is > file:///path/to/file. It /should/ leave the path part alone if there's the > right number of slashes at the start. If it doesn't, then that's something > that needs investigating. I did try both two and three slashes and they both add a slash to the path being read. Chris
