small changes to clients of string converting APIs

This commit is contained in:
scc%netscape.com 2000-03-26 12:51:42 +00:00
parent 920db6e464
commit 898f9bb454

View File

@ -834,7 +834,7 @@ NS_IMETHODIMP nsMsgLocalMailFolder::Delete()
nsFileSpec trashPath;
GetName(getter_Copies(idlName));
folderName = idlName;
folderName.Assign(idlName);
rv = GetTrashFolder(getter_AddRefs(trashFolder));
if (NS_FAILED(rv)) return rv;