Revision 64eaabda

b/block-vvfat.c
1410 1410
}
1411 1411

  
1412 1412
typedef struct {
1413
    unsigned char name[1024];
1413
    /*
1414
     * Since the sequence number is at most 0x3f, and the filename
1415
     * length is at most 13 times the sequence number, the maximal
1416
     * filename length is 0x3f * 13 bytes.
1417
     */
1418
    unsigned char name[0x3f * 13 + 1];
1414 1419
    int checksum, len;
1415 1420
    int sequence_number;
1416 1421
} long_file_name;

Also available in: Unified diff