Resurrect signal msg age in seconds
[khatus.git] / bin / khatus_show
index 7b4439d..66024e1 100755 (executable)
@@ -340,7 +340,7 @@ signal_last_msg_age=$(
         months  = days / 30;
         #fmt = "%.1f";
         fmt = "%d";
-        #printf(fmt " s\n", seconds);
+        printf(fmt " s\n", seconds);
         printf(fmt " m\n", minutes);
         printf(fmt " h\n", hours);
         printf(fmt " d\n", days);
This page took 0.024629 seconds and 4 git commands to generate.