diff options
| author | wukong <wukong@longaeva> | 2026-02-10 14:43:22 -0800 |
|---|---|---|
| committer | wukong <wukong@longaeva> | 2026-02-10 14:43:22 -0800 |
| commit | 1961c8dbb25fb7fadfda805bea7d60fba143a436 (patch) | |
| tree | 097f718d65378ff8e615b1fc9e7b52a42b3a177d | |
| parent | 34154971446d8822806bea707a6eb971c9756dbd (diff) | |
corrected typo in ck_uptime();
Diffstat (limited to '')
| -rw-r--r-- | ckt0.awk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ function ck_uptime(unm) { } if (t_up_cmd_arr[i] ~ /hr/) { - split(t_up_cmd_ari[i], hrs) + split(t_up_cmd_arr[i], hrs) (hrs[1] + 0.0) ? t_up_meas[1] += 3600.0*(hrs[1] + 0.0) : t_up_meas[1] += 0.0 (t_up_meas[2] + 0.0) > 3600.0 ? t_up_meas[2] = 3600.0 : t_up_meas[2] += 0.0 } |
