From ff258f5e0575a8d1ef50f4a6eecf80a199a7dda7 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 12 Feb 2008 22:55:35 +0100 Subject: [PATCH] fwcutter: Print the ID in the --identify output Signed-off-by: Michael Buesch --- fwcutter/fwcutter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fwcutter/fwcutter.c b/fwcutter/fwcutter.c index c4b4af7..cfcfbbf 100644 --- a/fwcutter/fwcutter.c +++ b/fwcutter/fwcutter.c @@ -495,6 +495,7 @@ static const struct file *find_file(FILE *fd) if (file_ok(&files[i]) && strcasecmp(md5sig, files[i].md5) == 0) { printf("This file is recognised as:\n"); + printf(" ID : %s\n", files[i].id); printf(" filename : %s\n", files[i].name); printf(" version : %s\n", files[i].ucode_version); printf(" MD5 : %s\n", files[i].md5); -- 2.31.1