Code review comment for lp:~smspillaz/compiz-core/compiz-core.maximization

Revision history for this message
Tim Penhey (thumper) wrote :

On Sat, 16 Jul 2011 09:29:53 you wrote:
> Sam Spilsbury has proposed merging
> lp:~smspillaz/compiz-core/compiz-core.maximization into lp:compiz-core.

         int distance = 999999;

Please use std::numeric_limits<int>::max rather than the rather mystic
999999.

« Back to merge proposal