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

This commit is contained in:
jefft%netscape.com 1999-11-04 19:47:21 +00:00
parent 0392a71779
commit b84f4f7160

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)
{