try to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@199607 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -222,7 +222,7 @@ NS_IMETHODIMP nsMsgTagService::GetKeyEnumerator(nsIUTF8StringEnumerator * *aKeyE
|
||||
// ends with tag.
|
||||
if (StringEndsWith(nsDependentCString(prefList[i]), NS_LITERAL_CSTRING(".tag")))
|
||||
{
|
||||
nsDependentCSubstring key(nsDependentCString(prefList[i]), 14, strlen(prefList[i]) - 18);
|
||||
// nsDependentCSubstring key(nsDependentCString(prefList[i]), 14, strlen(prefList[i]) - 18);
|
||||
// attempt to fix build bustage - temporary...
|
||||
// nsCAutoString tempString(key);
|
||||
// stringArray->AppendCString(tempString);
|
||||
|
||||
Reference in New Issue
Block a user