K 10 svn:author V 4 stas K 8 svn:date V 27 2009-08-22T09:09:44.491998Z K 7 svn:log V 340 - MFC r196244: - Avoid overflowing the swap size counters in human-readable mode by introducing the new CONVERT_BLOCKS macro which operates on sizes already converted to number of blocks. With this macro it is not longer needed to perform needless multiplication by blocksize just to divide on it later in CONVERT macro. END