зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
381ec4bafd
Коммит
6d005a5dcc
|
@ -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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче