From 6e36fd3d8ee22d9528e191225eb787a0a71a86c6 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 26 Jan 2018 21:01:41 +0000 Subject: [PATCH] outer.c: fix FIXME: add diagnostic recode_error can safely be called with NULL outer, and is elsewhere. --- src/outer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1