]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcMtftp.c
The pointer argument should be set to NULL if not used not FALSE.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / UefiPxeBcDxe / PxeBcMtftp.c
index 9f13b06898af431a1f62901b30a2bd519eea139a..54de16ca5f87e5a4a93b05bf504eb84c983daac9 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   PxeBc MTFTP functions.\r
   \r
-Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -146,7 +146,7 @@ PxeBcTftpGetFileSize (
 \r
   Status = Mtftp4->GetInfo (\r
                     Mtftp4,\r
-                    FALSE,\r
+                    NULL,\r
                     Filename,\r
                     NULL,\r
                     (UINT8) OptCnt,\r