Skip to content
Snippets Groups Projects
Commit eb0b9640 authored by ballen4705's avatar ballen4705
Browse files

release 11

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@90 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent fb60f185
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
#include "smartctl.h"
#include "extern.h"
const char *CVSid4="$Id: ataprint.c,v 1.25 2002/10/23 12:24:24 ballen4705 Exp $\n"
const char *CVSid4="$Id: ataprint.c,v 1.26 2002/10/23 12:37:11 ballen4705 Exp $\n"
"\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ;
// Function for printing ASCII byte-swapped strings, skipping white
......@@ -501,8 +501,7 @@ int nonempty(unsigned char *testarea,int n){
return 0;
}
void ataPrintSmartErrorlog (struct ata_smart_errorlog data)
{
void ataPrintSmartErrorlog (struct ata_smart_errorlog data){
int i,j,k;
pout ("SMART Error Log Version: %i\n", data.revnumber);
......@@ -1002,7 +1001,7 @@ int ataPrintMain (int fd){
returnval|=FAILSMART;
}
else {
QUIETON;
// turn on quiet mode inside this
ataPrintSmartErrorlog(smarterror);
QUIETOFF;
}
......
......@@ -28,7 +28,7 @@
#include "smartctl.h"
#include "extern.h"
const char *CVSid4="$Id: ataprint.cpp,v 1.25 2002/10/23 12:24:24 ballen4705 Exp $\n"
const char *CVSid4="$Id: ataprint.cpp,v 1.26 2002/10/23 12:37:11 ballen4705 Exp $\n"
"\t" CVSID2 "\t" CVSID3 "\t" CVSID6 ;
// Function for printing ASCII byte-swapped strings, skipping white
......@@ -501,8 +501,7 @@ int nonempty(unsigned char *testarea,int n){
return 0;
}
void ataPrintSmartErrorlog (struct ata_smart_errorlog data)
{
void ataPrintSmartErrorlog (struct ata_smart_errorlog data){
int i,j,k;
pout ("SMART Error Log Version: %i\n", data.revnumber);
......@@ -1002,7 +1001,7 @@ int ataPrintMain (int fd){
returnval|=FAILSMART;
}
else {
QUIETON;
// turn on quiet mode inside this
ataPrintSmartErrorlog(smarterror);
QUIETOFF;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment