aboutsummaryrefslogtreecommitdiff
path: root/util-linux/hwclock.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--util-linux/hwclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c
index 3a087725e..8fcd8c99c 100644
--- a/util-linux/hwclock.c
+++ b/util-linux/hwclock.c
@@ -106,7 +106,7 @@ static int show_clock(int utc)
106 if (buffer[0]) 106 if (buffer[0])
107 buffer[strlen(buffer) - 1] = 0; 107 buffer[strlen(buffer) - 1] = 0;
108 108
109 //printf("%s %.6f seconds %s\n", buffer, 0.0, utc ? "" : (ptm->tm_isdst ? tzname [1] : tzname [0])); 109 //printf("%s %.6f seconds %s\n", buffer, 0.0, utc ? "" : (ptm->tm_isdst ? tzname[1] : tzname[0]));
110 printf( "%s %.6f seconds\n", buffer, 0.0); 110 printf( "%s %.6f seconds\n", buffer, 0.0);
111 RELEASE_CONFIG_BUFFER(buffer); 111 RELEASE_CONFIG_BUFFER(buffer);
112 112