X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.c;h=9ca5ceac95bc47f1b3becf71d83318894f8a719a;hp=e897645167d86a45f454d4ef213fc198d7f8ecd1;hb=e2213f2468eb1c6f8ca033c6529ee1b5ceadab7f;hpb=d1bfba58e0a93444c7381e9029eda5e786b2fa02 diff --git a/net.c b/net.c index e8976451..9ca5ceac 100644 --- a/net.c +++ b/net.c @@ -130,7 +130,7 @@ int send_buffer(int fd, const char *buf) * * @return Positive on success, \p -E_SEND on errors. */ -__printf_2_3 int send_va_buffer(int fd, char *fmt, ...) +__printf_2_3 int send_va_buffer(int fd, const char *fmt, ...) { char *msg; int ret;