diff options
author | José Bollo <jose.bollo@open.eurogiciel.org> | 2014-01-20 17:15:51 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@open.eurogiciel.org> | 2014-01-28 15:59:52 +0100 |
commit | 3588d2629db8f2530e37a92be7e2a9cca2e2e8f0 (patch) | |
tree | 829879227b05918e79a54c882e100c7d34a932af | |
parent | 9c9a8ade39bddd416683410acbb5bdbc0ea2f23d (diff) | |
download | vconf-3588d2629db8f2530e37a92be7e2a9cca2e2e8f0.tar.gz vconf-3588d2629db8f2530e37a92be7e2a9cca2e2e8f0.tar.bz2 vconf-3588d2629db8f2530e37a92be7e2a9cca2e2e8f0.zip |
Improvement of listing
This patch makes the output of "vconftool get -r ..."
more readable.
Change-Id: I14b48fb3743bae8e850bde51c115d48bc159f13d
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
-rwxr-xr-x | vconftool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vconftool.c b/vconftool.c index 82e7ad7..74045c4 100755 --- a/vconftool.c +++ b/vconftool.c @@ -485,8 +485,6 @@ static void get_operation(char *input) static void recursive_get(char *subDIR, int level) { - printf("%s", subDIR); - keylist_t *get_keylist; keynode_t *first_node; |