From: Brendan Hansen Date: Wed, 30 Dec 2020 04:10:25 +0000 (-0600) Subject: tiniest bug fix X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=8dd19dbb1e629ef8cccc9400f4a0b79f2692f361;p=onyx.git tiniest bug fix --- diff --git a/onyx b/onyx index 67bca43e..fcbe01d9 100755 Binary files a/onyx and b/onyx differ diff --git a/src/onyxsymres.c b/src/onyxsymres.c index d368eb06..fef857b5 100644 --- a/src/onyxsymres.c +++ b/src/onyxsymres.c @@ -346,7 +346,7 @@ static void symres_struct_literal(AstStructLiteral* sl) { token_toggle_end((*smem)->token); if (s.included_through_use) { - onyx_report_error((*smem)->token->pos, "Cannot specify value for member '%b', whic was included through a 'use' statement.", s.name); + onyx_report_error((*smem)->token->pos, "Cannot specify value for member '%s', whic was included through a 'use' statement.", s.name); return; }