Since time_t size is unspecified, the only way to print it correctly is by using %ld while casting the value to long
This is what upstream does for a long time:
f2ec20fb2d
Approved by: portmgr blanket
MFH: 2015Q2
Since time_t size is unspecified, the only way to print it correctly is by using %ld while casting the value to long
This is what upstream does for a long time:
f2ec20fb2d
Approved by: portmgr blanket
MFH: 2015Q2