Skip to content

Commit

Permalink
Merge branch 'master' of ssh://frost/usr1/git/xt
Browse files Browse the repository at this point in the history
  • Loading branch information
wrcad committed Oct 1, 2017
2 parents 2bb115c + 921d15f commit d089027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt_base/util/timegen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ main(int argc, char **argv)

time_t t = timeset(m);

printf("%u\n", t);
printf("%lu\n", (unsigned long)t);
return (0);
}

0 comments on commit d089027

Please sign in to comment.