Fix for bug 68212. Oops, I've ifdefed too much code. R=sspitzer, SR=mscott, A=asa

This commit is contained in:
ducarroz%netscape.com 2001-02-15 00:05:02 +00:00
Родитель 8ef1772c5d
Коммит 3552c68989
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -399,17 +399,17 @@ FetcherURLDoneCallback(nsIURI* aURL, nsresult aStatus,
if (ma != nsnull)
{
ma->m_size = totalSize;
#ifdef XP_MAC
if (aContentType)
{
#ifdef XP_MAC
//Do not change the type if we are dealing with an apple double file
if (!ma->mAppleFileSpec)
#endif
{
PR_FREEIF(ma->m_type);
ma->m_type = PL_strdup(aContentType);
}
}
#endif
if (aCharset)
{