mirror of
https://frontier.innolan.net/rainlance/amiga-fping.git
synced 2025-11-24 03:44:35 +00:00
Fix formatting of usec part of timestamp output.
This commit is contained in:
@ -1829,7 +1829,7 @@ int wait_for_reply(long wait_time)
|
||||
if( per_recv_flag )
|
||||
{
|
||||
if(timestamp_flag) {
|
||||
printf("[%lu.%04lu] ",
|
||||
printf("[%lu.%06lu] ",
|
||||
(unsigned long)current_time.tv_sec,
|
||||
(unsigned long)current_time.tv_usec);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user