tester: fix typo in previous commit...

This commit is contained in:
Gautier Pelloux-Prayer 2015-09-21 12:26:29 +02:00
parent 3f31448e0a
commit 76591f8ce0
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9851fe87fea2d3afe713a33762516c1cb853922a
Subproject commit 4bce1692e7d60dce23f99cf3507fd9ae364674d5

View file

@ -377,7 +377,7 @@ static void detect_res_prefix(const char* prog) {
}
if (bc_tester_writable_dir_prefix == NULL) {
printf("Writable directory set to %s\n", prefix);
bc_tester_set_resource_dir_prefix(prefix);
bc_tester_set_writable_dir_prefix(prefix);
}
free(prefix);
} else if (bc_tester_resource_dir_prefix == NULL || bc_tester_writable_dir_prefix == NULL) {