PDMP3 icon indicating copy to clipboard operation
PDMP3 copied to clipboard

bug?: Index for count1 is inverted

Open hajimehoshi opened this issue 8 years ago • 0 comments

https://github.com/technosaurus/PDMP3/blob/master/pdmp3.c#L1920

I'm not confident but the index for count1 should be inverted? So the above line should be

max_pos = id->g_side_info.count1[gr][!(id->g_side_info.count1[gr][0] > id->g_side_info.count1[gr][1])];

hajimehoshi avatar Nov 18 '17 19:11 hajimehoshi