Skip to content

Commit

Permalink
Minor RYFS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Apr 11, 2024
1 parent 6bce706 commit 5d23f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RYFS.okm
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ MODULE RYFS;
END;

temp := ryfs_get_size(struct);
IF struct^.seekOffset + bytesToLoad >| temp THEN
IF struct^.seekOffset + bytesToLoad >|= temp THEN
thisSector := ryfs_add_size_to_file(struct^.seekOffset - temp + bytesToLoad, struct);
END;

Expand Down

0 comments on commit 5d23f73

Please sign in to comment.