zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit d3421c30a2a1547b5849ff117bc021dc7d949daf
parent 571749b4cd15955950299e00889e2fc149077d7a
Author: Hans Petter Selasky <hps@selasky.org>
Date:   Mon, 12 Oct 2015 22:06:59 +0200

Add missing default value for two strings. Fixes garbage characters in UI title.

Signed-off-by: Hans Petter Selasky <hps@selasky.org>

Diffstat:
Msrc/UI/MasterUI.fl | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -1506,6 +1506,8 @@ osc=osc_; ninseff=0; nsyseff=0; npart=0; +last_loaded[0]=0; +loading_next[0]=0; last_xmz = new Osc_DataModel(osc); last_xmz->callback = [this](std::string filestr) { const char *filename = filestr.c_str();