diff Core/Logging.cpp @ 2836:7133ad478eea

fix Debian warnings
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Sep 2018 16:17:46 +0200
parents a4f885670da7
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/Logging.cpp	Thu Sep 20 11:27:48 2018 +0200
+++ b/Core/Logging.cpp	Thu Sep 20 16:17:46 2018 +0200
@@ -496,7 +496,7 @@
              In this implementation, "threadid" is not printed.
           **/
 
-          char date[32];
+          char date[40];
           sprintf(date, "%c%02d%02d %02d:%02d:%02d.%06d ",
                   level[0],
                   now.date().month().as_number(),