diff --git a/mozilla/mailnews/mime/src/mimedrft.cpp b/mozilla/mailnews/mime/src/mimedrft.cpp index 95cc5f9a58c..0302f06639c 100644 --- a/mozilla/mailnews/mime/src/mimedrft.cpp +++ b/mozilla/mailnews/mime/src/mimedrft.cpp @@ -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) {