summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/param_routines.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/param_routines.c')
-rw-r--r--Build/source/texk/web2c/omegafonts/param_routines.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/param_routines.c b/Build/source/texk/web2c/omegafonts/param_routines.c
index 959d4019d98..89403874369 100644
--- a/Build/source/texk/web2c/omegafonts/param_routines.c
+++ b/Build/source/texk/web2c/omegafonts/param_routines.c
@@ -119,6 +119,9 @@ print_parameters(void)
{
av_list L = param_list;
+ if (L == NULL)
+ return;
+
print_font_dimension();
while (L != NULL) {
print_parameter(lattr(L), lval(L));