diff eval.c @ 4355:085f24822713 libavcodec

fix a gcc warning, avoid an unnecessary operation
author lu_zero
date Tue, 16 Jan 2007 22:07:49 +0000
parents a15abf56debf
children a96d905dcbaa
line wrap: on
line diff
--- a/eval.c	Tue Jan 16 17:46:26 2007 +0000
+++ b/eval.c	Tue Jan 16 22:07:49 2007 +0000
@@ -110,7 +110,7 @@
 
         if(*next=='B') {
             d*=8;
-            *next++;
+            next++;
         }
     }
     /* if requested, fill in tail with the position after the last parsed