]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: fix a bug for uni file \x####\ format handling
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 10 May 2016 09:46:23 +0000 (17:46 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 11 May 2016 02:09:08 +0000 (10:09 +0800)
commitad319b9307aaf37ffaf27890ae03dcbfd12087ce
tree33a1ff3ff1e284ddcaf897a57c7e51b68d7de6ad
parent070827be5a5727c736acf5d645722be073640952
BaseTools: fix a bug for uni file \x####\ format handling

It should start from the last '\x' position + 1 to find next '\x'
character.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/UniClassObject.py