mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 00:54:30 +02:00
Fix grammar mistake.
This commit is contained in:
parent
9f0d47f124
commit
d5650c90c9
@ -425,7 +425,7 @@ void Utility::QueueAsyncCallback(const boost::function<void (void)>& callback)
|
|||||||
String Utility::FormatDateTime(const char *format, double ts)
|
String Utility::FormatDateTime(const char *format, double ts)
|
||||||
{
|
{
|
||||||
char timestamp[128];
|
char timestamp[128];
|
||||||
time_t tempts = (time_t)ts; /* We don't handle sub-second timestamp here just yet. */
|
time_t tempts = (time_t)ts; /* We don't handle sub-second timestamps here just yet. */
|
||||||
tm tmthen;
|
tm tmthen;
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user