1
0
mirror of https://github.com/python/cpython synced 2024-07-05 18:03:35 +00:00

Fix the char* vs. const char* mismatch for the argument of aix_loaderror()

This commit is contained in:
Vladimir Marangozov 2000-09-04 00:54:56 +00:00
parent 58e64a82ee
commit 547936c86f

View File

@ -119,7 +119,7 @@ aix_bindnewmodule(void *newmoduleptr, void *modlistptr)
}
static void
aix_loaderror(char *pathname)
aix_loaderror(const char *pathname)
{
char *message[1024], errbuf[1024];