]> git.tuebingen.mpg.de Git - paraslash.git/commit
com_ff(): Depreciate "n-" syntax.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 1 May 2018 14:52:30 +0000 (16:52 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 31 Jul 2018 16:14:36 +0000 (18:14 +0200)
commit9d232e636d79a2321e280fe3eee6839c8f45c36f
tree25f02afd5fcc9a96c18c3d036c4727b041865248
parent543dce1f349397beb941187cd3041647851445a7
com_ff(): Depreciate "n-" syntax.

This syntax was introduced long ago (pre git era) for no good reason.
This patch adjusts the documentation to not mention it any more.

The command handler is modified to use para_atoi32() instead of
sscanf(), with fallback code for the old syntax which also prints a
deprecation warning.

Clarify the documentation by explaining what happens in case the
argument is out of bounds.
command.c
m4/lls/server_cmd.suite.m4