Kaydet (Commit) 622e05a0 authored tarafından Mark Dickinson's avatar Mark Dickinson

Silence compiler warning

üst 9ba83c50
......@@ -31,7 +31,7 @@ unknown_presentation_type(STRINGLIB_CHAR presentation_type,
PyErr_Format(PyExc_ValueError,
"Unknown format code '%c' "
"for object of type '%.200s'",
presentation_type,
(char)presentation_type,
type_name);
#if STRINGLIB_IS_UNICODE
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment