1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Make type in comment more specific.

This commit is contained in:
Stephen Frost 2019-12-11 14:57:32 -05:00 committed by David Steele
parent 0194a98671
commit 811ecd758d

View File

@ -382,7 +382,7 @@ cvtSSizeToZ(ssize_t value, char *buffer, size_t bufferSize)
}
/***********************************************************************************************************************************
Convert time to zero-terminated string
Convert time_t to zero-terminated string
***********************************************************************************************************************************/
size_t
cvtTimeToZ(time_t value, char *buffer, size_t bufferSize)