# HG changeset patch # User Sebastien Jodogne # Date 1564576558 -7200 # Node ID a4f2354f04c36baf360d92e08cb94d0dd3caf245 # Parent 04bdc9a17c1b2d38f5390416a1ff2fcaf4d069b8 fix warning from gcc 8.3.0 diff -r 04bdc9a17c1b -r a4f2354f04c3 Core/Logging.cpp --- 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(),