diff options
Diffstat (limited to 'source3/lib/time.c')
-rw-r--r-- | source3/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c index 3ac5a2a0b5..c7ccb79bfb 100644 --- a/source3/lib/time.c +++ b/source3/lib/time.c @@ -548,7 +548,7 @@ char *timestring(BOOL hires) strftime(TimeBuf,100,"%Y/%m/%d %H:%M:%S",tm); } #else - if (hires)() { + if (hires) { slprintf(TimeBuf, sizeof(TimeBuf)-1, "%s.%06ld", |