diff options
author | jcid <devnull@localhost> | 2008-03-29 15:28:06 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-03-29 15:28:06 +0100 |
commit | 66f72ec847a387e808b798172da882dde3f3dda7 (patch) | |
tree | be525b25538556e2cb4d38a19799be89773cc4a4 /src/IO/IO.c | |
parent | 072933308a1128555e6e56f519fdc9603d060d0f (diff) |
- Switched URL_DATA type from char* to a dStr.
Diffstat (limited to 'src/IO/IO.c')
-rw-r--r-- | src/IO/IO.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/IO.c b/src/IO/IO.c index e833f970..2e09c1b0 100644 --- a/src/IO/IO.c +++ b/src/IO/IO.c @@ -354,6 +354,7 @@ void a_IO_ccc(int Op, int Branch, int Dir, ChainLink *Info, case OpAbort: io = Info->LocalKey; if (io->Buf->len > 0) { + /* MSG can be truncated by embedded NULLs */ MSG_WARN("IO_write, closing with pending data not sent\n"); MSG_WARN(" \"%s\"\n", io->Buf->str); } |