From: lgao4 Date: Wed, 8 Aug 2007 15:23:09 +0000 (+0000) Subject: Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 X-Git-Tag: edk2-stable201903~22383 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9f256ee58a9d830f1ace0f03c2628c2e6bb342c3;ds=sidebyside Correct parameter UINTN to UINT32. Fix UINTN conver to UINT32 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3578 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c index 14a151bc78..061222dae0 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c @@ -859,8 +859,8 @@ Returns: RETURN_STATUS EFIAPI CustomDecompressGetAlgorithms ( - IN OUT GUID **AlgorithmGuidTable, - IN OUT UINTN *NumberOfAlgorithms + IN OUT GUID **AlgorithmGuidTable, + IN OUT UINT32 *NumberOfAlgorithms ) { if (NumberOfAlgorithms == NULL) {