From 669bf4f4670474fc8a2540d9e5d99f6357914b90 Mon Sep 17 00:00:00 2001
From: ballen4705 <ballen4705@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Sun, 12 Jan 2003 10:30:53 +0000
Subject: [PATCH] Release 5.1.1

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@443 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 sm5/ataprint.c    | 4 ++--
 sm5/ataprint.cpp  | 4 ++--
 sm5/scsiprint.c   | 4 ++--
 sm5/scsiprint.cpp | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sm5/ataprint.c b/sm5/ataprint.c
index 72d422b86..83748ac9e 100644
--- a/sm5/ataprint.c
+++ b/sm5/ataprint.c
@@ -31,7 +31,7 @@
 #include "smartctl.h"
 #include "extern.h"
 
-const char *CVSid2="$Id: ataprint.c,v 1.52 2003/01/12 10:23:29 ballen4705 Exp $"
+const char *CVSid2="$Id: ataprint.c,v 1.53 2003/01/12 10:30:53 ballen4705 Exp $"
 CVSID1 CVSID2 CVSID3 CVSID6;
 
 // for passing global control variables
@@ -103,7 +103,7 @@ void ataPrintDriveInfo (struct hd_driveid *drive){
   
   // print current time and date
   tval=time(NULL);
-  pout("Local Time:       %s", ctime(&tval));
+  pout("Local Time is:    %s", ctime(&tval));
   
   if (version>=3)
     return;
diff --git a/sm5/ataprint.cpp b/sm5/ataprint.cpp
index 02e0905c5..f152a7195 100644
--- a/sm5/ataprint.cpp
+++ b/sm5/ataprint.cpp
@@ -31,7 +31,7 @@
 #include "smartctl.h"
 #include "extern.h"
 
-const char *CVSid2="$Id: ataprint.cpp,v 1.52 2003/01/12 10:23:29 ballen4705 Exp $"
+const char *CVSid2="$Id: ataprint.cpp,v 1.53 2003/01/12 10:30:53 ballen4705 Exp $"
 CVSID1 CVSID2 CVSID3 CVSID6;
 
 // for passing global control variables
@@ -103,7 +103,7 @@ void ataPrintDriveInfo (struct hd_driveid *drive){
   
   // print current time and date
   tval=time(NULL);
-  pout("Local Time:       %s", ctime(&tval));
+  pout("Local Time is:    %s", ctime(&tval));
   
   if (version>=3)
     return;
diff --git a/sm5/scsiprint.c b/sm5/scsiprint.c
index 6bbbd5c7c..6f1c92326 100644
--- a/sm5/scsiprint.c
+++ b/sm5/scsiprint.c
@@ -37,7 +37,7 @@
 
 #define GBUF_SIZE 65535
 
-const char* CVSid4="$Id: scsiprint.c,v 1.17 2003/01/12 10:23:29 ballen4705 Exp $"
+const char* CVSid4="$Id: scsiprint.c,v 1.18 2003/01/12 10:30:53 ballen4705 Exp $"
 CVSID3 CVSID4 CVSID5 CVSID6;
 
 // control block which points to external global control variables
@@ -349,7 +349,7 @@ void scsiGetDriveInfo ( int device)
 
    // print current time and date
    tval=time(NULL);
-   printf("Local Time: %s", ctime(&tval));
+   printf("Local Time is: %s", ctime(&tval));
    
    if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0)
    {
diff --git a/sm5/scsiprint.cpp b/sm5/scsiprint.cpp
index 05b3715ea..f2f0e6bd9 100644
--- a/sm5/scsiprint.cpp
+++ b/sm5/scsiprint.cpp
@@ -37,7 +37,7 @@
 
 #define GBUF_SIZE 65535
 
-const char* CVSid4="$Id: scsiprint.cpp,v 1.17 2003/01/12 10:23:29 ballen4705 Exp $"
+const char* CVSid4="$Id: scsiprint.cpp,v 1.18 2003/01/12 10:30:53 ballen4705 Exp $"
 CVSID3 CVSID4 CVSID5 CVSID6;
 
 // control block which points to external global control variables
@@ -349,7 +349,7 @@ void scsiGetDriveInfo ( int device)
 
    // print current time and date
    tval=time(NULL);
-   printf("Local Time: %s", ctime(&tval));
+   printf("Local Time is: %s", ctime(&tval));
    
    if ( scsiSmartSupport( device, (UINT8 *) &smartsupport) != 0)
    {
-- 
GitLab