mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +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
|
||||
//
|
||||
if (Position == -1) {
|
||||
if (Position == (UINT64)-1) {
|
||||
Position = OFile->FileSize;
|
||||
}
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user