fix a gcc warning, avoid an unnecessary operation
authorLuca Barbato <lu_zero@gentoo.org>
Tue, 16 Jan 2007 22:07:49 +0000 (22:07 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 16 Jan 2007 22:07:49 +0000 (22:07 +0000)
Originally committed as revision 7555 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/eval.c

index 961c8b5..6ec7069 100644 (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