From: Jérémie Astor Date: Mon, 24 Feb 2020 23:28:49 +0000 (+0100) Subject: :bug: Fix Shred.fromId X-Git-Tag: nightly~1726^2~73 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=24b86051fdcc94bbffe30ff99fc538f5d4ce2c64;p=gwion.git :bug: Fix Shred.fromId --- diff --git a/src/lib/shred.c b/src/lib/shred.c index 0e3f1e8f..07a20e71 100644 --- a/src/lib/shred.c +++ b/src/lib/shred.c @@ -73,8 +73,8 @@ static SFUN(vm_shred_from_id) { return; } } - } else - *(m_uint*)RETURN = 0; + } + *(m_uint*)RETURN = 0; } static MFUN(shred_args) {