Fixed a solaris bug, took out a URL call until I can find the real cause

of the problem
This commit is contained in:
dcone%netscape.com 1999-06-10 13:53:14 +00:00
Родитель cf074ef8c7
Коммит e20ee57836
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -263,7 +263,9 @@ char* charset_name = NULL;
XP_FilePrintf(f, "%%%%EndComments\n");
// general comments: Mozilla-specific
#ifdef NOTYET
XP_FilePrintf(f, "\n%% MozillaURL: %s\n", mPrintContext->prSetup->url->address);
#endif
// get charset name of non-latin1 fonts
// for external filters, supply information
if (mPrintContext->prSetup->otherFontName[0] || mPrintContext->prSetup->otherFontInfo[0]){