d0c-s4vage/pfp

First example in getting started doc has invalid syntax

Open

#48 aperta il 25 gen 2017

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (37 fork)github user discovery
buggood first issue

Metriche repository

Star
 (203 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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 ]

Guida contributor