X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=ce66ea7b7159c101d77896b09c77f433d1f05c54;hb=5cbd764b2e3dc5c2e3c974ec528f91a03fca366d;hp=1ece195036b55a51538884f3af7539215c36b714;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623;p=paraslash.git diff --git a/client.c b/client.c index 1ece1950..ce66ea7b 100644 --- a/client.c +++ b/client.c @@ -37,7 +37,7 @@ struct gengetopt_args_info args_info; /* * client log function */ -void para_log(int ll, char* fmt,...) +void para_log(int ll, const char* fmt,...) { va_list argp; FILE *outfd;