Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Decompressor bug? #19

@taralx

Description

@taralx
    switch b[0] {
    case 0xFF:
        io.ReadFull(c.r, c.buf[:])
    case 0x00:

I think you need to read a byte and set c.raw after io.ReadFull. :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions