search for: lenext

Displaying 2 results from an estimated 2 matches for "lenext".

2020 Jun 18
1
[PATCH] fix warnings with GCC 10
...state->mode = LEN; + /* fallthrough */ case LEN: if (have >= 6 && left >= 258) { RESTORE(); @@ -990,6 +1004,7 @@ int flush; } state->extra = (unsigned)(this.op) & 15; state->mode = LENEXT; + /* fallthrough */ case LENEXT: if (state->extra) { NEEDBITS(state->extra); @@ -998,6 +1013,7 @@ int flush; } Tracevv((stderr, "inflate: length %u\n", state->length)); state->mode = DIS...
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address