On windows canonical path starts with drive letter

Signed-off-by: Vladimir Serbinenko <phco...@gmail.com>
---
 util/render-label.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/render-label.c b/util/render-label.c
index 432a5c3d2..e78175180 100644
--- a/util/render-label.c
+++ b/util/render-label.c
@@ -164,7 +164,7 @@ grub_util_render_label (const char *label_font,
                       strerror (errno));
     }
 
-  fontfull = xasprintf ("(host)/%s", t);
+  fontfull = xasprintf ("(host)%s", t);
   free (t);
 
   grub_font_loader_init ();
-- 
2.49.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to