# HG changeset patch # User lu_zero # Date 1168985269 0 # Node ID 085f248227130da3eb71d6bda3605b522331e4f7 # Parent d18568fb0187d093fde76bfa155173e295d0a94c fix a gcc warning, avoid an unnecessary operation diff -r d18568fb0187 -r 085f24822713 eval.c --- 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