projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aft.c: Move definition of "buf" down a bit.
[paraslash.git]
/
net.c
diff --git
a/net.c
b/net.c
index
543485e
..
6013964
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) {