]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VolInfo: Fix parameter format mismatch in printf functions
authorHao Wu <hao.a.wu@intel.com>
Tue, 11 Oct 2016 03:01:07 +0000 (11:01 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 8 Nov 2016 08:36:48 +0000 (16:36 +0800)
commited9ff2688a6329b0eed8bc14d287e7a644975a6c
tree992e6b2b983d82937d237b0905e164f8e168c00e
parentf8708503cf354afcbb989583746f1e331014c059
BaseTools/VolInfo: Fix parameter format mismatch in printf functions

Format specification '%ls' for printf expects type 'wchar_t *', cast the
type of the parameter to 'wchar_t *' to keep them matched.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/VolInfo/VolInfo.c