From 13d582e292c2a879e25741e84c173ac2ced8cc01 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 11 Oct 2012 09:03:43 +0200 Subject: [PATCH] Fix output of -w option in info string. --- frontend/info.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/info.cpp b/frontend/info.cpp index 0232773..d3d7214 100644 --- a/frontend/info.cpp +++ b/frontend/info.cpp @@ -43,6 +43,7 @@ build_version_string(Info_Data* idata) d += sprintf(d, " -x %d", idata->increase_x_height); count = 0; + strong[0] = '\0'; strong[1] = '\0'; strong[2] = '\0'; strong[3] = '\0'; -- 2.11.4.GIT