]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - net.c
aft.c: Move definition of "buf" down a bit.
[paraslash.git] / net.c
diff --git a/net.c b/net.c
index 543485e75c084a19ded62eff4f0393c29a157955..601396477c66715e21bc222d69c0d7e0b1aa9f92 100644 (file)
--- a/net.c
+++ b/net.c
@@ -389,7 +389,7 @@ int send_bin_buffer(int fd, const char *buf, size_t len)
        crypt_function *cf = NULL;
 
        if (!len)
-               PARA_CRIT_LOG("%s", "len == 0\n");
+               PARA_CRIT_LOG("len == 0\n");
        if (fd + 1 <= cda_size)
                cf = crypt_data_array[fd].send;
        if (cf) {