]> mj.ucw.cz Git - libucw.git/commitdiff
Added "hour" and "day" units.
authorMartin Mares <mj@ucw.cz>
Thu, 22 Jan 2004 17:59:38 +0000 (17:59 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 22 Jan 2004 17:59:38 +0000 (17:59 +0000)
lib/conf.c

index 844c51cb764300fadb60e59221056855e36f3684..c2e5f1b4fa14dd3599b5c405d2cdeded05a95049 100644 (file)
@@ -93,6 +93,8 @@ struct unit {
 };
 
 static const struct unit units[] = {
+       { 'd', 86400, 1 },
+       { 'h', 1440, 1 },
        { 'k', 1000, 1 },
        { 'm', 1000000, 1 },
        { 'g', 1000000000, 1 },