]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/VolInfo: Increase GUID base name string
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Thu, 21 Jul 2022 13:11:48 +0000 (21:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sun, 2 Oct 2022 05:34:38 +0000 (05:34 +0000)
commitc24328ca623866f2178c1cc004b50d41a3460fce
tree2a1378020387e52d75e391714374a52042bf55a1
parent8be33c6544fae522e32c045ad81bac4d333dccb0
BaseTools/VolInfo: Increase GUID base name string

The current string lenght (=60) is not enough for cases where basename
is a path to Build folder.
Drop custom define and use MAX_LINE_LEN from the BaseTools codebase
instead.

Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/C/VolInfo/VolInfo.c