update to use new nsString API

git-svn-id: svn://10.0.0.236/trunk@26289 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-04-05 08:36:51 +00:00
parent 15e7886623
commit e855e10e0d
3 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ PL_CompareFileAssoc(const void *v1, const void *v2)
nsFileAssoc *a = (nsFileAssoc*)v1;
nsFileAssoc *b = (nsFileAssoc*)v2;
return *a->name == *b->name;
return *a->name.GetUnicode() == *b->name.GetUnicode();
}
nsNetFile::nsNetFile() {