mirror of
https://github.com/acidanthera/audk.git
synced 2025-11-11 01:00:35 +01:00
StrSize() will never return zero since it counts the terminating NULL character. An empty string will have the storage size of the terminator. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>