Kaydet (Commit) 996e6dc9 authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

Corrected format string in api_version_warning.

üst b89f32e8
......@@ -44,7 +44,7 @@ typedef double va_double;
static char api_version_warning[] =
"WARNING: Python C API version mismatch for module %s:\n\
This Python has API version %d, module %s has version %s.\n";
This Python has API version %d, module %s has version %d.\n";
object *
initmodule4(name, methods, doc, passthrough, module_api_version)
......
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