1
0
Fork 0

fix compiler warning

This commit is contained in:
torusrxxx 2016-07-26 12:27:55 +08:00
parent 9bb9716908
commit e91fdf1096
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ QString ToLongDoubleString(void* buffer)
}
// Everything else psuedo denormal
// (1)^s * m * 2^16382
// (-1)^s * m * 2^-16382
}
break;