mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
Use zero-initialization for character arrays
It makes some not-fully-compliant compilers happy
This commit is contained in:
committed by
EmilieNumworks
parent
7d6bf1649b
commit
3d10d3e951
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user