default numerals.db location is now installed location

This commit is contained in:
Bob Polis 2020-11-22 13:49:43 +01:00
parent f61d122741
commit d4bb4d6742

View File

@ -70,7 +70,7 @@ int main(int argc, const char * argv[]) {
std::string lang {"en"};
std::string start;
int maxiter {0};
std::string db_path {"numerals.db"};
std::string db_path {"/usr/local/share/autogram/numerals.db"};
unsigned int verbose {0};
int opt_char, opt_val;
struct option long_options[] = {