Use zero-initialization for character arrays

It makes some not-fully-compliant compilers happy
This commit is contained in:
Romain Goyet
2017-10-17 11:50:55 +02:00
committed by EmilieNumworks
parent 7d6bf1649b
commit 3d10d3e951
4 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
namespace Code {
Program::Program() :
m_buffer("")
m_buffer()
{
const char program[] = R"(# This program draws a Mandelbrot fractal set
# N_iteration: degree of precision