
8 Sep
2010
8 Sep
'10
9:26 a.m.
On Wednesday, September 08, 2010 01:43:20 Wolfgang Denk wrote:
Mike Frysinger wrote:
which bug ? the logic is: for (...)
if (...)
... = ...;
you want the for loop to have explicit braces ?
for (...) {
if (...)
... = ...;
}
which would make it a style "bug", and not a code bug
s/bug/coding style violation/
np ... just wanted to make sure i wasnt missing something wrong with the normal running of the code sine i was poking around in there recently. -mike