Selaa lähdekoodia

* [uutlCompression] fix wrong pointer arithmetics

master
Martok 8 vuotta sitten
vanhempi
commit
307544c0cf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      uutlCompression.pas

+ 1
- 1
uutlCompression.pas Näytä tiedosto

@@ -1082,7 +1082,7 @@ begin
if res < 0 then
Exit;
// setup writing to next part
inc(fStream.next_out, current_read);
fStream.next_out:= @Tbytearray(Buffer)[Result];
dec(Count, current_read);
fStream.avail_out:= Count;
// re-read from this new block


Ladataan…
Peruuta
Tallenna