lib/path: (test) fix ul_new_path() use

This commit is contained in:
Karel Zak 2021-06-18 17:02:38 +02:00
parent 2f38ae595b
commit 5a8261020b
1 changed files with 1 additions and 1 deletions

View File

@ -1106,7 +1106,7 @@ int main(int argc, char *argv[])
ul_path_init_debug();
pc = ul_new_path(dir);
pc = ul_new_path("%s", dir);
if (!pc)
err(EXIT_FAILURE, "failed to initialize path context");
if (prefix)