5 Aug
2013
5 Aug
'13
8:26 p.m.
Hi all, Hope that someone who knows a bit about /src/display/sodipodi-ctrl can help me with these lines:
for (y = 0; y < side; y++){ px = reinterpret_cast<guint32*>(data + y * r); for (x = 0; x < side; x++) { *p++ = *px++; } }
The "px++" is not necessary right? Should just be "px" the way I see it.
(while fixing it, please also reduce the scope of px)
Thanks, Johan