]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command.c: Silence clang warning.
authorAndre Noll <maan@systemlinux.org>
Fri, 27 Dec 2013 23:54:42 +0000 (23:54 +0000)
committerAndre Noll <maan@systemlinux.org>
Fri, 27 Dec 2013 23:54:42 +0000 (23:54 +0000)
command.c:562:32: warning: Null pointer passed as an argument to a 'nonnull' parameter
        return send_sb(&cc->scc, msg, strlen(msg), SBD_OUTPUT, false);

Harmless, the newly added assert() makes scan-build STFU.


No differences found