mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-08 14:24:24 +02: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>