Search:
Preferences
Help/Guide
About Trac
GitHub Login
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #7959
Ticket #7959
: insane.2.patch
File insane.2.patch,
240 bytes
(added by
aquadran
,
23 years ago
)
Line
1
237c237,245
2
< if (code == 0xFF) {
3
---
4
> if (code == 0xFD) {
5
> src += 1;
6
> dst += 4;
7
> // needed finish
8
> } else if (code == 0xFE) {
9
> src += 4;
10
> dst += 4;
11
> // needed finish
12
> } else if (code == 0xFF) {
Download in other formats:
Original Format