Compare commits
2 commits
6529ab9818
...
154b1b38bf
| Author | SHA1 | Date | |
|---|---|---|---|
| 154b1b38bf | |||
| 21c7967f44 |
3 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ static struct path { char data[PATH_MAX]; } get_path(
|
|||
{
|
||||
struct path path = {};
|
||||
|
||||
strcat(path.data, ".simplifier-cache-1");
|
||||
strcat(path.data, ".simplifier-cache-64GB");
|
||||
|
||||
if (flags->use_operators.not)
|
||||
strcat(path.data, "-not");
|
||||
|
|
|
|||
Loading…
Reference in a new issue