Changeset 48708 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Sep 26, 2013 12:28:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89336
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp
r38910 r48708 1117 1117 #ifdef VBOX 1118 1118 PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %ld were provided", 1119 total_params_needed, PySequence_Length(m_pyparams));1119 total_params_needed, (long)PySequence_Length(m_pyparams)); 1120 1120 #else 1121 1121 PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %d were provided",
Note:
See TracChangeset
for help on using the changeset viewer.