Commit a02142a5 authored by Luca Barbato's avatar Luca Barbato

fix a gcc warning, avoid an unnecessary operation

Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 97f6d154
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment