Changeset 38910 in vbox for trunk/src/libs/xpcom18a4/python
- Timestamp:
- Sep 30, 2011 9:46:37 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74247
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/VariantUtils.cpp
r32229 r38910 1116 1116 if (PySequence_Length(m_pyparams) != total_params_needed) { 1117 1117 #ifdef VBOX 1118 PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but % uwere provided",1118 PyErr_Format(PyExc_ValueError, "The type descriptions indicate %d args are needed, but %ld were provided", 1119 1119 total_params_needed, PySequence_Length(m_pyparams)); 1120 1120 #else
Note:
See TracChangeset
for help on using the changeset viewer.