fix anoher warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6255 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
22407f3517
commit
f9db4dd648
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ SWIG_AsWCharArray(PyObject *obj, wchar_t *val, size_t size)
|
|||
if (val) {
|
||||
PyErr_Format(PyExc_TypeError,
|
||||
"a wchar_t array of maximum size %lud is expected",
|
||||
size);
|
||||
(unsigned long) size);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue