fix my comments. we don't need to hash the file name, it's already been hashed

before we get here.  r/sr=no one
This commit is contained in:
sspitzer%netscape.com 2002-11-08 02:02:56 +00:00
Родитель 2c5226c6ce
Коммит 9ccc478fa2
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -200,9 +200,9 @@ nsMsgFilterList::GetLogFileSpec(nsIFileSpec **aFileSpec)
rv = filterLogFile->FromFileSpec(thisFolder);
NS_ENSURE_SUCCESS(rv, rv);
// XXX todo
// do we need to call NS_MsgHashIfNecessary()
// I'm thinking of the mac, with a long newsgroup name
// NOTE:
// we don't we need to call NS_MsgHashIfNecessary()
// it's already been hashed, if necessary
nsXPIDLCString filterLogName;
rv = filterLogFile->GetLeafName(getter_Copies(filterLogName));
NS_ENSURE_SUCCESS(rv,rv);

Просмотреть файл

@ -1878,9 +1878,9 @@ nsMsgNewsFolder::GetFilterList(nsIMsgWindow *aMsgWindow, nsIMsgFilterList **aRes
rv = mFilterFile->FromFileSpec(thisFolder);
NS_ENSURE_SUCCESS(rv, rv);
// XXX todo
// do we need to call NS_MsgHashIfNecessary()
// I'm thinking of the mac, with a long newsgroup name
// NOTE:
// we don't we need to call NS_MsgHashIfNecessary()
// it's already been hashed, if necessary
nsXPIDLCString filterFileName;
rv = mFilterFile->GetLeafName(getter_Copies(filterFileName));
NS_ENSURE_SUCCESS(rv,rv);