]> granicus.if.org Git - python/commitdiff
Fix the char* vs. const char* mismatch for the argument of aix_loaderror()
authorVladimir Marangozov <vladimir.marangozov@t-online.de>
Mon, 4 Sep 2000 00:54:56 +0000 (00:54 +0000)
committerVladimir Marangozov <vladimir.marangozov@t-online.de>
Mon, 4 Sep 2000 00:54:56 +0000 (00:54 +0000)
Python/dynload_aix.c

index e67f921d974ac1d531a5ed6405b059fd21c0b76a..4467c70414fb3a44cfb6dfb4d2749f2378efae89 100644 (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];