From 819917536efb59dd913e6d8282ea2f04efa0709e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 30 Aug 2012 09:04:36 +0200 Subject: Get rid of the `expander prefix' property. And make the root be named after whatever the path separator is set to. --- liblogdiag/ld-library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liblogdiag/ld-library.c') diff --git a/liblogdiag/ld-library.c b/liblogdiag/ld-library.c index 75e377c..9294c71 100644 --- a/liblogdiag/ld-library.c +++ b/liblogdiag/ld-library.c @@ -81,7 +81,7 @@ ld_library_init (LdLibrary *self) (self, LD_TYPE_LIBRARY, LdLibraryPrivate); self->priv->lua = ld_lua_new (); - self->priv->root = ld_category_new ("/", "/"); + self->priv->root = ld_category_new (LD_LIBRARY_IDENTIFIER_SEPARATOR, "/"); } static void -- cgit v1.2.3