зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
639de3e162
Коммит
5f0c565cb8
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче