]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command.c: Improve get_status().
authorAndre Noll <maan@systemlinux.org>
Sat, 5 May 2012 09:04:23 +0000 (11:04 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 7 May 2012 09:18:56 +0000 (11:18 +0200)
We know exactly the number of bytes in the result buffer. By returning
this information, the caller can use sc_send_bin_buffer() instead of
sc_send_buffer(), which safes one strlen() call.


No differences found