Bug 123335 sr=hyatt r=dcone
This commit is contained in:
rods%netscape.com 2002-02-06 13:01:37 +00:00
Родитель a5d896f2b5
Коммит 69ad92f66b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;