summaryrefslogtreecommitdiff
path: root/glnx-console.c
diff options
context:
space:
mode:
Diffstat (limited to 'glnx-console.c')
-rw-r--r--glnx-console.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/glnx-console.c b/glnx-console.c
index cf5409c..785f348 100644
--- a/glnx-console.c
+++ b/glnx-console.c
@@ -222,7 +222,8 @@ text_percent_internal (const char *text,
if (percentage == -1)
{
- fwrite (text, 1, input_textlen, stdout);
+ if (text != NULL)
+ fwrite (text, 1, input_textlen, stdout);
/* Overwrite remaining space, if any */
if (ncolumns > input_textlen)