default numerals.db location is now installed location
This commit is contained in:
parent
f61d122741
commit
d4bb4d6742
@ -70,7 +70,7 @@ int main(int argc, const char * argv[]) {
|
|||||||
std::string lang {"en"};
|
std::string lang {"en"};
|
||||||
std::string start;
|
std::string start;
|
||||||
int maxiter {0};
|
int maxiter {0};
|
||||||
std::string db_path {"numerals.db"};
|
std::string db_path {"/usr/local/share/autogram/numerals.db"};
|
||||||
unsigned int verbose {0};
|
unsigned int verbose {0};
|
||||||
int opt_char, opt_val;
|
int opt_char, opt_val;
|
||||||
struct option long_options[] = {
|
struct option long_options[] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user