From c6dba7ff25ae61fc51ee1c44109594eaafb55ba9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 May 2011 12:43:32 +0800 Subject: Perfect the output. --- testedid.c | 111 ++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 62 insertions(+), 49 deletions(-) diff --git a/testedid.c b/testedid.c index ebdd24f..9b4710f 100644 --- a/testedid.c +++ b/testedid.c @@ -96,13 +96,13 @@ int getconcardlist(struct dirent *concardlist[],char *conedid[]) } void printedid(char edid[]) { - printf("%0004hhx: ",0); + printf("\t%0004hhx: ",0); for(int j=0;jd_name); + printf("%d. Connected monitor card: %s\n",i+1,cardlist[i]->d_name); printedid(edid[i]); analizeedid(edid[i]); } -- cgit v1.2.3