Fix a few Windows line endings (^M^J instead of ^J) that make it hard to diff or patch this file.

This commit is contained in:
dbaron%fas.harvard.edu 2001-08-16 23:40:29 +00:00
Родитель 639de3e162
Коммит 5f0c565cb8
1 изменённых файлов: 6 добавлений и 6 удалений

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

@ -5063,13 +5063,13 @@ InternetSearchDataSource::ParseHTML(nsIURI *aURL, nsIRDFResource *mParent, nsIRD
nsAutoString site(hrefStr);
#ifdef DEBUG_SEARCH_OUTPUT
char *hrefCStr = hrefStr.ToNewCString();
if (hrefCStr)
#ifdef DEBUG_SEARCH_OUTPUT
char *hrefCStr = hrefStr.ToNewCString();
if (hrefCStr)
{
printf("HREF: '%s'\n", hrefCStr);
nsCRT::free(hrefCStr);
hrefCStr = nsnull;
printf("HREF: '%s'\n", hrefCStr);
nsCRT::free(hrefCStr);
hrefCStr = nsnull;
}
#endif