Changeset 113f18e9e27f12da2b8afae8643f62a7f879b04b

Show
Ignore:
Timestamp:
07/07/08 00:24:20 (5 months ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1215383060 +0000
git-parent:

[cba23b29406dcf312503639e839b631a9046e1ca]

git-author:
Laurent Aimar <fenrir@videolan.org> 1215379118 +0000
Message:

Fixed potential infinite loop.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/demux/aiff.c

    r3561b9b r113f18e  
    8686    unsigned int i_last = 0; 
    8787 
    88     while( i_exp--
     88    while( i_exp-- > 0
    8989    { 
    9090        i_last = i_mantissa;