On 15.02.2015 10:32 PM, Mihai Moldovan wrote:
Not an error: I'd change the number "1048576" to "1024*1024", because "1048576" is not easily recognized as 1 MB while the latter is more clear (and the compiler statically optimizes it at compile/preprocessing time anyway.)
if (n >= 1024*1024)
http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=b6b5b14e4190048fadb...