From 584a12c6981a020af5a6d9a4155ce8feffb94235 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 25 Nov 2009 23:10:34 +0100 Subject: hdt: Adding history command Impact: new command 'history' This command allow to see the content of the history --- com32/hdt/hdt-cli.c | 1 - 1 file changed, 1 deletion(-) (limited to 'com32/hdt/hdt-cli.c') diff --git a/com32/hdt/hdt-cli.c b/com32/hdt/hdt-cli.c index 1a6997a1..7a710a10 100644 --- a/com32/hdt/hdt-cli.c +++ b/com32/hdt/hdt-cli.c @@ -782,7 +782,6 @@ void start_auto_mode(struct s_hardware *hardware) void print_history() { - printf("History\n"); for (int i = 1; i < MAX_HISTORY_SIZE - 1; i++) { if (i == hdt_cli.history_pos) { printf("*%d:'%s'\n", i, hdt_cli.history[i]); -- cgit v1.2.1