]> mj.ucw.cz Git - libucw.git/commitdiff
Hours have 3600 seconds, days have 1440 minutes :)
authorMartin Mares <mj@ucw.cz>
Thu, 22 Jan 2004 20:00:49 +0000 (20:00 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 22 Jan 2004 20:00:49 +0000 (20:00 +0000)
lib/conf.c

index c2e5f1b4fa14dd3599b5c405d2cdeded05a95049..21a28b242487fee90631137fbe40e0f997a0f79f 100644 (file)
@@ -94,7 +94,7 @@ struct unit {
 
 static const struct unit units[] = {
        { 'd', 86400, 1 },
-       { 'h', 1440, 1 },
+       { 'h', 3600, 1 },
        { 'k', 1000, 1 },
        { 'm', 1000000, 1 },
        { 'g', 1000000000, 1 },