Commit 547936c8 authored by Vladimir Marangozov's avatar Vladimir Marangozov

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

parent 58e64a82
......@@ -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];
......
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