VirtualBox

Changeset 101466 in vbox


Ignore:
Timestamp:
Oct 17, 2023 10:07:07 AM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159535
Message:

VBox/pci.h: int32_t -> size_t, fixes compile warning (and a size being a signed integer doesn't make much sense), bugref:10528

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pci.h

    r98103 r101466  
    805805
    806806    /** Create string representation of this PCI address. */
    807     bool format(char* szBuf, int32_t cBufSize)
     807    bool format(char* szBuf, size_t cBufSize)
    808808    {
    809809        if (cBufSize < (/* bus */ 2 + /* : */ 1 + /* device */ 2 + /* . */ 1 + /* function*/ 1 + /* \0 */1))
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