Took out unnecessary const, which will hopefully unbusticate unix build

This commit is contained in:
fur%netscape.com 1999-11-19 02:25:04 +00:00
parent 95cb81ad53
commit dbf19a8e32

View File

@ -342,7 +342,7 @@ void nsFileSpec::RecursiveCopy(nsFileSpec newDir) const
//----------------------------------------------------------------------------------------
nsresult nsFileSpec::Truncate(const PRInt32 offset) const
nsresult nsFileSpec::Truncate(PRInt32 offset) const
//----------------------------------------------------------------------------------------
{
char* Path = nsCRT::strdup(mPath);