mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Use macros for Seek
modes (#1235)
* Use macros for `Seek` modes
* Fix syntax
* Use `OF_READ`
* Add names to skip.yml
* Revert "Add names to skip.yml"
This reverts commit 28b6f577dc
.
This commit is contained in:

committed by
GitHub

parent
615c3a5047
commit
cfa3769abf
@@ -41,7 +41,7 @@ MxResult MxDSFile::Open(MxULong p_uStyle)
|
||||
Close();
|
||||
}
|
||||
else {
|
||||
Seek(0, 0);
|
||||
Seek(0, SEEK_SET);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user