From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.23.1575337380133827668 for ; Mon, 02 Dec 2019 17:43:00 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: zhichao.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Dec 2019 17:42:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,270,1571727600"; d="scan'208";a="235700328" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 02 Dec 2019 17:42:59 -0800 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Dec 2019 17:42:59 -0800 Received: from shsmsx108.ccr.corp.intel.com (10.239.4.97) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Dec 2019 17:42:59 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.19]) by SHSMSX108.ccr.corp.intel.com ([169.254.8.46]) with mapi id 14.03.0439.000; Tue, 3 Dec 2019 09:42:57 +0800 From: "Gao, Zhichao" To: "devel@edk2.groups.io" , "xypron.glpk@gmx.de" , "Gao, Liming" CC: "Kinney, Michael D" , "Ni, Ray" Subject: Re: [edk2-devel] [edk2] [PATCH] ShellPkg/edit: typo "%d Lines Wrote" Thread-Topic: [edk2-devel] [edk2] [PATCH] ShellPkg/edit: typo "%d Lines Wrote" Thread-Index: AQHVorKpjc//b3SgZUWQhDxEgTM8t6ensGbw Date: Tue, 3 Dec 2019 01:42:57 +0000 Message-ID: <3CE959C139B4C44DBEA1810E3AA6F9000B88D366@SHSMSX101.ccr.corp.intel.com> References: <20191124103320.21348-1-xypron.glpk@gmx.de> In-Reply-To: <20191124103320.21348-1-xypron.glpk@gmx.de> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: zhichao.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Zhichao Gao Thanks, Zhichao > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Heinrich Schuchardt > Sent: Sunday, November 24, 2019 6:33 PM > To: EDK II Development ; Gao, Liming > > Cc: Kinney, Michael D ; Heinrich Schuchardt > > Subject: [edk2-devel] [edk2] [PATCH] ShellPkg/edit: typo "%d Lines Wrote" >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D2379 >=20 > When a file is saved in the edit command a status message L"%d Lines Wrot= e" > is displayed. The hexedit command suffers from the same typo. >=20 > Change the message to L"%d Lines Written". >=20 > Signed-off-by: Heinrich Schuchardt > --- > ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c | 2 +- > ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.= c > b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c > index 12235e4e4b..71036a7487 100644 > --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c > +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c > @@ -1608,7 +1608,7 @@ FileBufferSave ( > // // set status string //- Str =3D CatSPrint (NULL, L"%d Lines W= rote", > NumLines);+ Str =3D CatSPrint (NULL, L"%d Lines Written", NumLines); i= f (Str =3D=3D > NULL) { return EFI_OUT_OF_RESOURCES; }diff --git > a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c > b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c > index b393f2a423..bb324ceafc 100644 > --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c > +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c > @@ -368,7 +368,7 @@ HFileImageSave ( > // // set status string //- Str =3D CatSPrint(NULL, L"%d Lines Wr= ote", > NumLines);+ Str =3D CatSPrint(NULL, L"%d Lines Written", NumLines); > StatusBarSetStatusString (Str); FreePool (Str); -- > 2.24.0 >=20 >=20 > -=3D-=3D-=3D-=3D-=3D-=3D > Groups.io Links: You receive all messages sent to this group. >=20 > View/Reply Online (#51206): https://edk2.groups.io/g/devel/message/51206 > Mute This Topic: https://groups.io/mt/61873155/1768756 > Group Owner: devel+owner@edk2.groups.io > Unsubscribe: https://edk2.groups.io/g/devel/unsub [zhichao.gao@intel.com= ] - > =3D-=3D-=3D-=3D-=3D-=3D