VirtualBox

Changeset 33700 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Nov 2, 2010 4:19:36 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67326
Message:

Main;Runtime: use size_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/xml.cpp

    r33540 r33700  
    14351435 * @param doc out: document to be reset and filled with data according to file contents.
    14361436 */
    1437 void XmlMemParser::read(const void* pvBuf, int cbSize,
     1437void XmlMemParser::read(const void* pvBuf, size_t cbSize,
    14381438                        const iprt::MiniString &strFilename,
    14391439                        Document &doc)
     
    14471447    if (!(doc.m->plibDocument = xmlCtxtReadMemory(m_ctxt,
    14481448                                                  (const char*)pvBuf,
    1449                                                   cbSize,
     1449                                                  (int)cbSize,
    14501450                                                  pcszFilename,
    14511451                                                  NULL,       // encoding = auto
Note: See TracChangeset for help on using the changeset viewer.

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