1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-04 18:29:59 +02:00

fix a gcc warning, avoid an unnecessary operation

Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Barbato 2007-01-16 22:07:49 +00:00
parent 97f6d1545e
commit a02142a50a

View File

@ -110,7 +110,7 @@ static double av_strtod(const char *name, char **tail) {
if(*next=='B') {
d*=8;
*next++;
next++;
}
}
/* if requested, fill in tail with the position after the last parsed