On Fri, 02 Apr 2010 17:52:44 +0100, Michael Drake wrote: > Is the file: fetcher (amiga/fetch_file) still needed? The core file: > handling was updated (to sort out file:// vs file:/// behaviour) so maybe > it isn't needed any more?
I've just checked, and the core is still tacking a slash to the start of any file: filepath it tries to open. content/fetchers/fetch_curl.c fetch_curl_setup 323: fetch 0x55636fd8, url 'file:///PROGDIR:Resources/amiga.css' content/fetchers/fetch_curl.c fetch_curl_done 769: done file:///PROGDIR:Resources/amiga.css content/fetchers/fetch_curl.c fetch_curl_done 804: Unknown cURL response code 37 content/fetchers/fetch_curl.c fetch_curl_stop 657: fetch 0x55636fd8, url 'file:///PROGDIR:Resources/amiga.css' render/html.c html_convert_css_callback 1191: stylesheet (null) failed: Couldn't open file /PROGDIR:Resources/amiga.css Chris
