This website requires JavaScript.
Explore
Help
Register
Sign In
bissen21
/
Marlin_Firmware
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
11,841
Commits
1
Branch
4
Tags
7640b328dfc0cbaca39e9071029d0b111b8fbb77
Commit Graph
1 Commits
This Branch
This Branch
All Branches
Author
SHA1
Message
Date
Tobias Frost
and
Scott Lahteine
57afd0ab37
Fix range check bug in FileList::seek() (
#13286
)
...
When `count()` returns 0, `pos > (count()-1)` will always yield `true` due to integer underflow.
2019-03-02 16:43:08 -06:00