Today's changes.
More changes.
This commit is contained in:
parent
cb27443abf
commit
8ad517944e
73 changed files with 2865 additions and 1293 deletions
|
|
@ -119,6 +119,8 @@ main(int argc, char **argv)
|
|||
line = malloc(strlen(p)+5);
|
||||
sprint(line, "/%s/P\n", p);
|
||||
}
|
||||
dict->path = unsharp(dict->path);
|
||||
dict->indexpath = unsharp(dict->indexpath);
|
||||
bdict = Bopen(dict->path, OREAD);
|
||||
if(!bdict) {
|
||||
err("can't open dictionary %s", dict->path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue