summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec/eval.c')
-rw-r--r--src/libffmpeg/libavcodec/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/eval.c b/src/libffmpeg/libavcodec/eval.c
index 961c8b5ac..6ec706991 100644
--- a/src/libffmpeg/libavcodec/eval.c
+++ b/src/libffmpeg/libavcodec/eval.c
@@ -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