mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix bug found by gcc3
This commit is contained in:
@@ -93,7 +93,8 @@ unsigned FLAC__bitmath_silog2(int v)
|
||||
return 2;
|
||||
}
|
||||
else {
|
||||
v = -(++v);
|
||||
v++;
|
||||
v = -v;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user