]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg BrotliLib: Fix the regression logic issue in loop
authorLiming Gao <liming.gao@intel.com>
Thu, 13 Apr 2017 16:13:06 +0000 (00:13 +0800)
committerLiming Gao <liming.gao@intel.com>
Fri, 14 Apr 2017 02:28:59 +0000 (10:28 +0800)
In V2, change logic to avoid use mtf[-1] style to get value.

Roll back to previous logic, and use point + offset to get byte value.

Cc: Bell Song <binx.song@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bell Song <binx.song@intel.com>

No differences found