]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
command.c: Fix auto-completion for the full commands list case
authorAndrew Gabbasov <andrew_gabbasov@mentor.com>
Fri, 27 Dec 2013 16:05:14 +0000 (10:05 -0600)
committerTom Rini <trini@ti.com>
Tue, 14 Jan 2014 14:01:05 +0000 (09:01 -0500)
commit9b438946c995c80afb47c4cef6b03ae845098698
tree29e74f625507c3330d83d0205924b5eb2a78a11b
parent4d3b8a0d1b8665c190d502744e753ba05a047810
command.c: Fix auto-completion for the full commands list case

Compiling of full list of commands does not advance the counter,
so it always results in an empty list.
This seems to be (inadvertently?) introduced by commit
6c7c946cadfafdea80eb930e3181085b907a0362.

Signed-off-by: Andrew Gabbasov <andrew_gabbasov@mentor.com>
common/command.c