Skip to content

Commit

Permalink
Fix set wrong value in set_default_values
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed May 20, 2024
1 parent ab20805 commit 0942e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dictpopup_create.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ static void set_default_values(config *cfg) {

if (!cfg->dictspath.len) {
msg("Using current directory as dictionary path.");
cfg->dbpath = S(".");
cfg->dictspath = S(".");
}
}

Expand Down

0 comments on commit 0942e10

Please sign in to comment.