From c5fc97504a9e46f0370587ae39f4b6e10615f813 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 16 Mar 2018 15:07:00 -0600 Subject: Playback now goes to a single file. Note that the file format changed too so that it always starts 'time' 'device name' --- src/survive_default_devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/survive_default_devices.c') diff --git a/src/survive_default_devices.c b/src/survive_default_devices.c index b52a2f7..6b65752 100644 --- a/src/survive_default_devices.c +++ b/src/survive_default_devices.c @@ -94,7 +94,7 @@ static int ParsePoints(SurviveContext *ctx, SurviveObject *so, char *ct0conf, return 0; } -int survive_load_htc_config_format(char *ct0conf, int len, SurviveObject *so) { +int survive_load_htc_config_format(SurviveObject *so, char *ct0conf, int len) { if (len == 0) return -1; -- cgit v1.2.3