aboutsummaryrefslogtreecommitdiff
path: root/src/survive.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive.c')
-rw-r--r--src/survive.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/survive.c b/src/survive.c
index 3712537..726e237 100644
--- a/src/survive.c
+++ b/src/survive.c
@@ -35,12 +35,13 @@ struct SurviveContext * survive_init( void(*ff)( struct SurviveContext * ctx, co
return 0;
}
+#if 0
//Next, pull out the config stuff.
-/* char * ct0conf;
- int len = survive_get_config( &ct0conf, ctx, 1, 0 );
+ char * ct0conf;
+ int len = survive_get_config( &ct0conf, ctx, 0, 0 );
printf( "%d\n", len );
puts( ct0conf );
-*/
+#endif
//ctx->headset->photos = malloc( ctx->headset->sensors * sizeof(struct SurvivePhoto) );
return ctx;