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 ]