Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 69512 | Differences between
and this patch

Collapse All | Expand All

(-)mpg123.epatched/layer3.c (-1 / +1 lines)
Lines 626-632 Link Here
626
  int *me;
626
  int *me;
627
627
628
  int num=getbitoffset(&bsi);
628
  int num=getbitoffset(&bsi);
629
  long mask;
629
  int mask;
630
  /* we must split this, because for num==0 the shift is undefined if you do it in one step */
630
  /* we must split this, because for num==0 the shift is undefined if you do it in one step */
631
  mask  = ((unsigned long) getbits(&bsi,num))<<BITSHIFT;
631
  mask  = ((unsigned long) getbits(&bsi,num))<<BITSHIFT;
632
  mask <<= 8-num;
632
  mask <<= 8-num;

Return to bug 69512