adding a 'const' to fix HP bustage

r= dveditz@netscape.com
a= syd@netscape.com - he approved earlier but i am just not getting a chance
   to check it in
This commit is contained in:
jdunn%netscape.com 2000-05-18 00:15:06 +00:00
Родитель 381ec4bafd
Коммит 6d005a5dcc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -165,7 +165,7 @@ PRInt32 nsRegisterItem::Complete()
if ( NS_SUCCEEDED(rv) && fd )
{
PR_Seek(fd, 0, PR_SEEK_END);
char* location = (mChromeType & CHROME_PROFILE) ? "profile" : "install";
const char* location = (mChromeType & CHROME_PROFILE) ? "profile" : "install";
nsXPIDLCString path;
rv = mChrome->GetPath(getter_Copies(path));