fix bug found by gcc3
This commit is contained in:
parent
0f47d27c58
commit
28b18573be
@ -93,7 +93,8 @@ unsigned FLAC__bitmath_silog2(int v)
|
||||
return 2;
|
||||
}
|
||||
else {
|
||||
v = -(++v);
|
||||
v++;
|
||||
v = -v;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user