VirtualBox

Changeset 45924 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
May 6, 2013 7:34:30 PM (12 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/EbmlWriter.cpp

    r45922 r45924  
    418418        rc = ebml_WriteID(glob, SimpleBlock);
    419419
    420     uint64_t block_length = pkt->data.frame.sz + 4;
     420    uint32_t block_length = pkt->data.frame.sz + 4;
    421421    block_length |= 0x10000000;
    422422    if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette