changeset 3477:a4f2354f04c3

fix warning from gcc 8.3.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 31 Jul 2019 14:35:58 +0200
parents 04bdc9a17c1b
children 9b93ec2c53b2
files Core/Logging.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Logging.cpp	Wed Jul 31 14:12:47 2019 +0200
+++ b/Core/Logging.cpp	Wed Jul 31 14:35:58 2019 +0200
@@ -677,7 +677,7 @@
              In this implementation, "threadid" is not printed.
           **/
 
-          char date[40];
+          char date[64];
           sprintf(date, "%c%02d%02d %02d:%02d:%02d.%06d ",
                   level[0],
                   now.date().month().as_number(),