Define the UTC time components as EQU, not EQUS

Fixes #827
This commit is contained in:
Rangi
2021-04-13 10:11:21 -04:00
parent 81327b0d99
commit 49174f4486
5 changed files with 33 additions and 27 deletions

View File

@@ -205,7 +205,7 @@ static void cleanup(void)
int main(int argc, char *argv[])
{
int optionChar;
char *endptr; /* For error checking with `strtol` */
char *endptr; /* For error checking with `strtoul` */
unsigned long value; /* For storing `strtoul`'s return value */
/* Parse options */