Skip to content

Commit

Permalink
lib/path: (test) fix ul_new_path() use
Browse files Browse the repository at this point in the history
  • Loading branch information
karelzak committed Jun 18, 2021
1 parent 2f38ae5 commit 5a82610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/path.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5a82610

Please sign in to comment.