fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann

git-svn-id: svn://10.0.0.236/trunk@52795 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jefft%netscape.com
1999-11-04 19:47:21 +00:00
parent 487d4b32af
commit f295b6af47

View File

@@ -1670,7 +1670,7 @@ mime_decompose_file_init_fn ( void *stream_closure, MimeHeaders *headers )
// if ( (tmpSpec) && (!bodyPart) )
if (tmpSpec)
{
char *tmpSpecStr = PR_smprintf("file://%s", tmpSpec->GetNativePathCString());
char *tmpSpecStr = PR_smprintf("file:///%s", tmpSpec->GetNativePathCString());
if (tmpSpecStr)
{