mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-06 13:24:23 +02:00
update comments on implementation
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8389 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
392b3cf8b5
commit
57ee276f16
@ -480,7 +480,7 @@ InternalPrintGraphic (
|
|||||||
if (!EFI_ERROR (Status)) {
|
if (!EFI_ERROR (Status)) {
|
||||||
ASSERT (RowInfoArray != NULL);
|
ASSERT (RowInfoArray != NULL);
|
||||||
//
|
//
|
||||||
// Line breaks are handled by caller of DrawUnicodeWeightAtCursorN, so the updated parameter RowInfoArraySize by StringToImage will
|
// Explicit Line break characters are ignored, so the updated parameter RowInfoArraySize by StringToImage will
|
||||||
// always be 1 or 0 (if there is no valid Unicode Char can be printed). ASSERT here to make sure.
|
// always be 1 or 0 (if there is no valid Unicode Char can be printed). ASSERT here to make sure.
|
||||||
//
|
//
|
||||||
ASSERT (RowInfoArraySize <= 1);
|
ASSERT (RowInfoArraySize <= 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user