summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-boot-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-boot-editor.c')
-rw-r--r--ui/ncurses/nc-boot-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ncurses/nc-boot-editor.c b/ui/ncurses/nc-boot-editor.c
index 86fba4d..57cc0dc 100644
--- a/ui/ncurses/nc-boot-editor.c
+++ b/ui/ncurses/nc-boot-editor.c
@@ -136,7 +136,7 @@ static char *conditional_prefix(struct pb_boot_data *ctx,
if (!value || !*value)
return NULL;
- sep = NULL;
+ sep = "";
if (!prefix)
prefix = "";
else if (prefix[strlen(prefix)] != '/')
OpenPOWER on IntegriCloud