[edk2] [Patch 11/33] BaseTools:Similar to octal data rectification

2019-01-28 Thread Feng, Bob C
From: Zhijux Fan In python3, if Value is octal data, the int(Value, 0) report an error Cc: Bob Feng Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhiju.Fan --- BaseTools/Source/Python/AutoGen/GenC.py | 2 ++

[edk2] [Patch 11/33] BaseTools:Similar to octal data rectification

2019-01-24 Thread Feng, Bob C
From: Zhijux Fan In python3, if Value is octal data, the int(Value, 0) report an error Cc: Bob Feng Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhiju.Fan --- BaseTools/Source/Python/AutoGen/GenC.py | 2 ++