
9 Jul
2013
9 Jul
'13
8:50 p.m.
On 07/08/2013 10:21 AM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
Convert the type of loop iterators named 'i', 'j', k', 'ii', 'jj', 'kk', to be 'size_t' instead of 'int' or 'unsigned int', also santizing 'ii', 'jj', 'kk' to use the normal 'i', 'j', 'k' naming
Sigh. I actually greatly prefer using ii because a variable named "i" or "j" is impossible to search for. I guess I'll just live with it though...