Replaced resource:// with resource:/ to be more compliant with our parsing rules.

git-svn-id: svn://10.0.0.236/trunk@40440 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1999-07-21 11:48:56 +00:00
parent c60cdf4c43
commit b1bd2ca61f
26 changed files with 37 additions and 37 deletions

View File

@@ -1490,7 +1490,7 @@ extern "C" void net_ReleaseContext(MWContext *context)
/*
* Rewrite "resource://" URLs into file: URLs with the path of the
* Rewrite "resource:/" URLs into file: URLs with the path of the
* executable prepended to the file path...
*/
char *mangleResourceIntoFileURL(const char* aResourceFileName)