X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=ui%2Fncurses%2Fnc-boot-editor.c;h=57cc0dc1cfac4eb6bfd3761123f4962f3f8a5238;hp=86fba4d8d2da3ef62957e15fc8c017e5d4f1fa45;hb=350ef03d554a4c8f67e22bdf89fa888554f0b75e;hpb=4d411d31deff5c4b2ad7d1689a9219c649843875 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)] != '/')