From: Reuben Thomas Date: Fri, 26 Jan 2018 21:01:41 +0000 (+0000) Subject: outer.c: fix FIXME: add diagnostic X-Git-Tag: v3.7~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e36fd3d8ee22d9528e191225eb787a0a71a86c6;p=recode outer.c: fix FIXME: add diagnostic recode_error can safely be called with NULL outer, and is elsewhere. --- diff --git a/src/outer.c b/src/outer.c index c1134ae..996845b 100644 --- a/src/outer.c +++ b/src/outer.c @@ -484,7 +484,7 @@ recode_new_outer (unsigned flags) if (!outer) { - /* Diagnostic? FIXME! */ + recode_error (NULL, _("Virtual memory exhausted")); if (flags & RECODE_AUTO_ABORT_FLAG) exit (1); return NULL;