зеркало из https://github.com/mozilla/pjs.git
attempting to fix mac bustage
This commit is contained in:
Родитель
03a6fa03d2
Коммит
e848ed2311
|
@ -285,7 +285,7 @@ char* nsRegisterItem::toString()
|
|||
nsresult rv = mChrome->GetPath(getter_Copies(path));
|
||||
if (NS_SUCCEEDED(rv) && path)
|
||||
{
|
||||
PR_snprintf(buffer, 1024, rsrcVal, path);
|
||||
PR_snprintf(buffer, 1024, rsrcVal, (const char*)path);
|
||||
}
|
||||
}
|
||||
nsCRT::free(rsrcVal);
|
||||
|
|
Загрузка…
Ссылка в новой задаче