зеркало из https://github.com/mozilla/pjs.git
Workshop 5.0 refuses to cast a |const char *| to a |char *| so fix the variable
This commit is contained in:
Родитель
ea313f090f
Коммит
e15a95d603
|
@ -335,7 +335,7 @@ nsInstallDlg::XPIProgressCB(const char *aMsg, int aVal, int aMax)
|
|||
|
||||
static int updates = 0;
|
||||
char msg[64];
|
||||
char *colon = NULL, *lastSlash = NULL;
|
||||
const char *colon = NULL, *lastSlash = NULL;
|
||||
|
||||
if (aMax > 0)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче