mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Fix a warning issue with ARMCC.
(based on FatPkg commit 5613b9c6a6fdf762ef26f30f22ecabc487e22eb4) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Andrew Fish <afish@apple.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
dcc3386bd1
commit
c4ba493edf
@ -117,7 +117,7 @@ Returns:
|
|||||||
//
|
//
|
||||||
// Set the position
|
// Set the position
|
||||||
//
|
//
|
||||||
if (Position == -1) {
|
if (Position == (UINT64)-1) {
|
||||||
Position = OFile->FileSize;
|
Position = OFile->FileSize;
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user