d0c-s4vage/pfp

First example in getting started doc has invalid syntax

Open

#48 opened on Jan 25, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (37 forks)github user discovery
buggood first issue

Repository metrics

Stars
 (203 stars)
PR merge metrics
 (PR metrics pending)

Description

while(!FEof()) {
    Printf("Parsing the %d-th TLV structure", ++count);
    struct {
        string type;
        int length;
        char value[length;
    } tlv;
}

the char value[length; line is missing the ending ]

Contributor guide