~michihenning/nux/1032313

Viewing all changes in revision 643.

Optimized performance and style following suggestions reported by cppcheck:

1. Reduced the scope of various variables.

2. Used prefix ++ operators for non-primitive types, because those can be more efficient than post-increment. Post-increment usually keeps a copy of the previous value, adds extra code and is slower.. Fixes: . Approved by Andrea Azzarone.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: