VirtualBox

Changeset 38910 in vbox for trunk/src/libs/xpcom18a4/python


Ignore:
Timestamp:
Sep 30, 2011 9:46:37 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74247
Message:

xpcom/python: adapt format string to use the correct signedness and size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp

    r32229 r38910  
    11161116        if (PySequence_Length(m_pyparams) != total_params_needed) {
    11171117#ifdef VBOX
    1118                 PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %u were provided",
     1118                PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %ld were provided",
    11191119                        total_params_needed, PySequence_Length(m_pyparams));
    11201120#else
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