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 2007-09-06 21:58:17 +00:00
Родитель bf54f5dcb1
Коммит 71f6e5014f
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