Problem:
Viewing the available memory with the ABout panel will display negative values
on platforms with more than 2GB of system RAM.
Recommend:
*The About text is assembled just before launching the the panel. The 32 bit
return value from Windows get-memory-size is not being properly checked for the
sign bit being set. If the sign bit is set, the mem-available display could be
adjusted to display kilo-bytes instead of bytes. Alternately, the wsprintf
format string could be adjusted. Or both.
Original issue reported on code.google.com by andyt7...@gmail.com on 19 Jun 2011 at 7:15
Original issue reported on code.google.com by
andyt7...@gmail.com
on 19 Jun 2011 at 7:15