Was checking incorrect variable to avoid assignment to nul pointer.

This commit is contained in:
Richard Frith-Macdonald 2021-01-21 14:27:21 +00:00
parent 4e826135ce
commit 4d0dc010ab

View file

@ -1060,7 +1060,7 @@ typedef GSString *ivars;
result *= e;
}
if (0 != result)
if (0 != value)
{
if (YES == negativeMantissa)
{