зеркало из https://github.com/mozilla/gecko-dev.git
Fix build breakge by samir. I'm not really sure how this could have compiled =).
This commit is contained in:
Родитель
0a2c5e193e
Коммит
67e109cde0
|
@ -544,7 +544,7 @@ nsSoftwareUpdate::StubInitialize(nsIFile *aDir, const char* logName)
|
|||
return NS_ERROR_NULL_POINTER;
|
||||
|
||||
if (logName)
|
||||
PL_strdup(mLogName, logName);
|
||||
mLogName = PL_strdup(logName);
|
||||
if (!mLogName)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче