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:
bienvenu%nventure.com
2006-06-09 15:45:40 +00:00
parent 07df55089c
commit 1fc2434e4b

View File

@@ -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);