diff --git a/mozilla/content/xul/templates/src/nsXULSortService.cpp b/mozilla/content/xul/templates/src/nsXULSortService.cpp index 40568243e8c..0647f20d1d7 100644 --- a/mozilla/content/xul/templates/src/nsXULSortService.cpp +++ b/mozilla/content/xul/templates/src/nsXULSortService.cpp @@ -576,7 +576,7 @@ GetTreeCellValue(sortPtr sortInfo, nsIContent *node, nsString & val) break; val.Truncate(); domText->GetData(val); - found = true; + found = PR_TRUE; break; } } diff --git a/mozilla/rdf/content/src/nsXULSortService.cpp b/mozilla/rdf/content/src/nsXULSortService.cpp index 40568243e8c..0647f20d1d7 100644 --- a/mozilla/rdf/content/src/nsXULSortService.cpp +++ b/mozilla/rdf/content/src/nsXULSortService.cpp @@ -576,7 +576,7 @@ GetTreeCellValue(sortPtr sortInfo, nsIContent *node, nsString & val) break; val.Truncate(); domText->GetData(val); - found = true; + found = PR_TRUE; break; } }