Browse Source
The Windows drive specifier C: was being interpreted as a valid URL by wxURI which was performing a URL comparison instead of a file comparison which always failed in LIB_TABLE_BASE::FindRowByURI(). Change test for URI to search string for "://" to determine if the comparison should be a URI (string) comparison or a file (wxFileName) comparison. Don't run final rescue unless the user performs the remapping.pull/5/merge
3 changed files with 10 additions and 8 deletions
Loading…
Reference in new issue