aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2018-03-18 02:45:09 -0400
committercnlohr <lohr85@gmail.com>2018-03-18 02:45:09 -0400
commit5aa20d099b9fe7539050a5baa4c70b678aeab64e (patch)
tree77a1d0658a46c5a1da9013d0d88af8430fb8ba53 /src/survive_cal.c
parenta978c195a8b0cbf9ff1330ab8c6af1deb79a8b83 (diff)
downloadlibsurvive-5aa20d099b9fe7539050a5baa4c70b678aeab64e.tar.gz
libsurvive-5aa20d099b9fe7539050a5baa4c70b678aeab64e.tar.bz2
Moving things over... still todo:
* Make functions for changing temp configs. * Make functions for config_read_str but where it checks the temp one first. * Parse command-line options.
Diffstat (limited to 'src/survive_cal.c')
-rwxr-xr-xsrc/survive_cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index 2fd96ef..6f556f3 100755
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -178,8 +178,8 @@ void survive_cal_install( struct SurviveContext * ctx )
}
const char * DriverName;
-// const char * PreferredPoser = config_read_str(ctx->global_config_values, "ConfigPoser", "PoserCharlesSlow");
- const char * PreferredPoser = config_read_str(ctx->global_config_values, "ConfigPoser", "PoserTurveyTori");
+// const char * PreferredPoser = survive_config_reads(ctx, "configposer", "PoserCharlesSlow");
+ const char * PreferredPoser = survive_config_reads(ctx, "configposer", "PoserTurveyTori");
PoserCB PreferredPoserCB = 0;
const char * FirstPoser = 0;
printf( "Available posers:\n" );