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:
Marcelo Matus 2004-09-17 22:08:48 +00:00
commit f9db4dd648

View file

@ -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;
}