зеркало из https://github.com/mozilla/gecko-dev.git
Fix minor issue with scanf
Bug 123335 sr=hyatt r=dcone
This commit is contained in:
Родитель
a5d896f2b5
Коммит
69ad92f66b
|
@ -1439,7 +1439,7 @@ nsresult nsPrintOptions::ReadPrefDouble(nsIPref * aPref,
|
|||
char * str = nsnull;
|
||||
nsresult rv = aPref->CopyCharPref(aPrefId, &str);
|
||||
if (NS_SUCCEEDED(rv) && str) {
|
||||
sscanf(str, "%6.2", &aVal);
|
||||
sscanf(str, "%6.2f", &aVal);
|
||||
nsMemory::Free(str);
|
||||
}
|
||||
return rv;
|
||||
|
|
Загрузка…
Ссылка в новой задаче